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
Answers
Motaz had a similar question, so this http://rapid-i.com/rapidforum/index.php/topic,1731.msg6958.html#msg6958 might be of interest.
As I import data from csv manually RM labels some columns with 'integer' label which is not true because they have floating point values. If I automate the loading procedure all the data in those columns is loaded as 'integer' and I lose plenty of useful information. What can I do to prevent such behavior?
Without seeing the data I can't be too helpful; however, the CSV reader is pretty reliable, so the answer probably lurks in the data. For instance, if your column separator parameter is the default setting then a misplaced space can screw things up, and so on.
Good luck!
using ReadCSV operator "solves" the problem. It works but still there's a funny thing about data. The column is recognized as integer but floating point values are stored. As long as it works it's however no problem to me.