Hello,I am getting space after comma while uploading the data through batch apex using csv parser. Is there any way to resolve it.Example : In excel file i was given "santa,new" but after uploading the data it is showing "santa, new".Thanks,
Looks like its a CSV file issues .. Make sure you have remove the spaces in csv .. Go to your CSV file --> open with Note pad and see is there any space between the words ...