Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

export CSV human readable? #570

Answered by hg-ms
guykatz asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by guykatz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants