Hi All,
We are trying to read one column from CSV file having comma(,) in the value like "Abc,def" , but while reading this column it is dividing into 2 columns like "Abc" and "def" instead one value like Abc,def.
Any solution to avoid this type of issue, please advice us.
Regards,
Akbar