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
Database NULL values
Hi
I have a Date attribute which is sometimes missing. In that case, I use the value "NULL" when I create the field ("Generate Attributes"). In the database, I end up with the value "1970-01-01" instead of NULL. What should I do to have actual NULL values in the database?
TIA
greg
I have a Date attribute which is sometimes missing. In that case, I use the value "NULL" when I create the field ("Generate Attributes"). In the database, I end up with the value "1970-01-01" instead of NULL. What should I do to have actual NULL values in the database?
TIA
greg
0
Answers
I don't know your process setup and what exactly you do, but RapidMiner uses NaN for missing values. That should lead to null values in your database if you use the Write Database operator.
Regards,
Marco