adspace
How to handle comma within a field while uploading using data loader?
Answer Posted / Shailendra Kumar Dwivedi
"To handle commas within a field during data loading, enclose the field value in double quotes ("). This ensures that Data Loader treats the comma as part of the text and not as a delimiter. For example: [{"Name": "John Doe, Smith", "Phone": "555-1234
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers