Skip to main content
Viswanath VS a posé une question dans #Apex
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,

 
1 réponse
  1. 20 sept. 2018, 06:41
    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 ...
0/9000