Reading a CSV file with line breaks in quoted field

andersa
New Altair Community Member
Answers
-
Hi Anders,
What's the delimiter/column separator in your csv file? Most cases should be using comma or white spaces as seperators.
Read CSV is very powerful data connector, http://docs.rapidminer.com/studio/operators/data_access/files/read/read_csv.html
The only challenge is to correctly set the values for 'column_seperators' and check 'use_quotes' in your case.
If possible, can you share your sample csv file and we can help you configure the settings in Read CSV.0 -
In cases like this, it might be good to use the Regular Expression paratmers in the Delimiter parameters of the Read CSV operator to extract everything. Of course it will be more complex but it's doable.
0 -