Bulk certification tool issue

I am getting below error when I am running bulk certification tool

C:\Users\test\Downloads\bulk-certification-tool-1.4.1\bulk-certification-tool>generate.rb

IdentityNow Bulk Certification Tool

Version: 1.4
Date: 2023-02-14
Author: Neil McGlennon (######@sailpoint.com)

Getting config…

Processing Bulktool

Validating the Identity Query
Identity Query validated, list size is: 2
Certifier found, with id: 2c91808480d7cc7d0180d7e40c230032
Error: {“detailCode”:“400.0 Bad request syntax”,“trackingId”:“a6d01c9dc92a4ff1b8e199fb0245d979”,“messages”:[{“locale”:“und”,“localeOrigin”:“REQUEST”,“text”:“The request could not be parsed.”},{“locale”:“en-US”,“localeOrigin”:“DEFAULT”,“text”:“The request could not be parsed.”}],“causes”:[]}

Process completed in 4 seconds

my csv data

name,description,deadline,emailNotificationEnabled,autoRevokeAllowed,certifier,identityQuery,entitlementQuery,recommendationsEnabled,type
Bulktool,testBulktool,2023-01-01,FALSE,TRUE,attributes.displayName:HMHN admin,“attributes.displayName:Auuu, SPTestkhyy”,“attributes.displayName:Auuu, SPTestkhyy”,TRUE,ACCESS

Not sure if you have it, but a while back i did have an a space/enter after the last row which created an empty row what threw the entire thing. Might be worth just checking.

Edit the input file in editor, not in excel. Because, while closing the sheet the date format(2023-01-01) will change to different format in excel.

Bug in the script when we load date format 2023-01-01 it remove the leading zeros and uploading. We modified the script and now it is working.

Ah. Excel is famous for trashing data… Great that you found a solution!