Hi All Expert,
I have one general question, I want to load the data from CSV file which is delimited by comma, it looks like the following:
ID, Name
"1","A"
"2","B"
"3","C,"
You can see that in the third row, there is another comma in Name field, how to overcome those Issue?
Thanks.