-
hi guys; package com.example; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
hi guys; package com.example; |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
You’re right the exported CSV is a bit Microstream specific.
The reason is that the source data is a java object graph that allows multiple references to another Object. E.g., Instances of Model and Model2 may reference the same String instance via the name property. To keep that information in the export the (unique) id of the referenced Object is exported instead of the value. Only primitive values like ‘int’, that can’t be referenced are included directly.
That way the original object graph can be reconstructed from the export.
At the moment there is no other export supplied. Although we discussed that already internally I can’t say if that will be implemented in the near future.