Data Loader helps to load CSV to Salesforce sObjects, but sometimes we may need to include special characters in the column values.
In such cases we need to do some modifications to the cell values.
For Example : If cell value The, Procodingskills if you want to update this as a Account Name then the value should be enclosed inside Quotes like this
"The, Procodingskills"
Comentarios