|
|
|
|
|
by oxymoron
2876 days ago
|
|
To be fair, GDPR stipulates only that it should be available in a common machine-readable format. It doesn’t require the most convenient format conceivable. Also, CSV can’t easily handle nested objects. If the data model is even slightly more complex than a plain table, it doesn’t make much sense. I’d also argue that even if the source data is stored in an RDMS without exotic data types, a JSON with a nested object representation is probably going to be more friendly even to non-developers than multiple files with opaque foreign keys linking back and forth. |
|
But with CSV you can just use spreadsheets. Are there n00b-friendly apps based on R, Python, etc?
And can't you always convert JSON to multiple CSV files?