How to Fix Salesforce Bulk API Error – ClientInputError : LineEnding is invalid on user data. Current LineEnding setting is LF
When using Salesforce Bulk API using the sf CLI or through REST, you might get this error when uploading a csv file. This is usually caused by line-ending format on the raw csv file. On my Mac machine this should be LF and CRLF on Windows. To fix this you can use a text editor… Read More How to Fix Salesforce Bulk API Error – ClientInputError : LineEnding is invalid on user data. Current LineEnding setting is LF