Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Answers
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.
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.
Hi everybody
Thanks for the replys.
I have attached a simple example.