The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Query by id and date1-date2
Dear all,
I need a dialog for the user can enter or select one ID and put a period (date1 until date2), then the process query with that parameter and display the data. My data is tnc.xlsx
Why I can not read tnc.csv correctly? So I save it into tnc.xlsx and use read xls file.
Thank you very much in advance.
Warmest Regards,
Suryadi
I need a dialog for the user can enter or select one ID and put a period (date1 until date2), then the process query with that parameter and display the data. My data is tnc.xlsx
Why I can not read tnc.csv correctly? So I save it into tnc.xlsx and use read xls file.
Thank you very much in advance.
Warmest Regards,
Suryadi
0
Answers
A lot of things can go wrong while importing what seams a valid csv, from picking the wrong column separator (are you using a simple space, a comma, a semi-column, a tab or even something else), to enabling/disabling the quote characters and so on.
With xls all of these are basically already covered by the format, so you have far less impact yourself. Personally that's why I prefer xls over csv but that's not always an option of course.
Did you try to use the import wizard when using the csv? This usually tells you pretty quickly where you are overlooking something.
I can do import the xlsx version of the data correctly into RapidMiner. Thank you