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
Meta data
Hi RM community,
I am currently working with time series in RM and I have a problem. When I read the series from the database and transform it into an example set, I put the Database key value into the meta data of the output example set. It also shows correctly at the output port inthe GUI. But when I apply an operator on the example set, the key value in the meta data is lost. How can I prevent this?
I should add, i use the following command for adding the metadata information:
this.exampleSetOutput.getMetaData().putMetaData(METADATA_DB_KEY, new Integer(id));
Best Regads,
Roland
I am currently working with time series in RM and I have a problem. When I read the series from the database and transform it into an example set, I put the Database key value into the meta data of the output example set. It also shows correctly at the output port inthe GUI. But when I apply an operator on the example set, the key value in the meta data is lost. How can I prevent this?
I should add, i use the following command for adding the metadata information:
this.exampleSetOutput.getMetaData().putMetaData(METADATA_DB_KEY, new Integer(id));
Best Regads,
Roland
Tagged:
0
Answers
In your case you also have to modify Example set - to add the key attribute to the example set.