slamby / slamby-insight

Cross-platform (electron based) integrated data management tool, dedicated for data-scientists and managers. Quick real-time data access, data-analysis and data-processing.
https://www.slamby.com/insight
Apache License 2.0
1 stars 0 forks source link

CSV/Json export from dataset #9

Open petermezei opened 7 years ago

petermezei commented 7 years ago

Export data from dataset. Json would be great, but we should handle the json file size. Chunk files can solve it.

CSV is great but how to manage complex objects? @attilalaszlo

attilalaszlo commented 7 years ago

for CSV maybe we can flatten the objects. There are npm modules for that