function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Snehal Phatangare 1Snehal Phatangare 1 

Exception when Importing .csv file from CLI

I am able to import my .csv file using Apex Data Loader. When I try importing the same file from CLI I am getting an exception attached in the file.
When the file contents are copied into a new csv file and try importing this new .csv file, this succeeds.
Also If I open my .csv file, click on save, a pop-up comes up "MyFile.csv may contain features that are not compatible with CSV(Comma Delimited).
Do you want to keep the workbook in this format? " And if I click on Yes and close the file without saving it and then try to upload the same file. 
The data gets uploaded.
This is something weird and I am not able to get any logic out of it..

This is the error msg i am getting.

Error Msg

Any pointers will be greatly Thankful! 
ShashankShashank (Salesforce Developers) 
Please try using the latest version of the API instead, which is 33.0, and let me know if you are still facing the issue.