I have to ingest a CSV file in HDFS using Sqoop.
The problem is that I am using a ',' (comma) as a separator, and my data also has a column with ','s. which is creating a problem parsing the data.
Can anyone suggest what should I do to solve the issue?
Can I use SQOOP or not?