sgenzer12Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts:2,959Community Manager
RapidMiner has multiple wizards. I am specifically talking about the wizard provided by "Read CSV" operator after clicking on "Import Configuration Wizard", step 2 of 4, section "Column Separation".
Of course, csv.Sniffer provides additional related estimates like whether the CSV file contains a header, or not. Currently, this has to be set manually in the 3rd step of the wizard.
0
sgenzer12Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts:2,959Community Manager
ok got it. Good suggestion. Thank you.
0
sgenzer12Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts:2,959Community Manager
Comments
hello@yzan- can you give us an example of this?
Scott
RapidMiner has multiple wizards. I am specifically talking about the wizard provided by "Read CSV" operator after clicking on "Import Configuration Wizard", step 2 of 4, section "Column Separation".
The desired functionality is implemented, for reference, in:https://docs.python.org/3/library/csv.html#csv.Sniffer, which is, I think, used behindhttps://github.com/okfn/messytables. Also, Calc automatically estimates the column separator in their import wizard.
Of course, csv.Sniffer provides additional related estimates like whether the CSV file contains a header, or not. Currently, this has to be set manually in the 3rd step of the wizard.
ok got it. Good suggestion. Thank you.