Replies: 3 comments
-
Could you give an example of a nested JSON source and how you would expect it to be mapped to CSV? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply! Suppose, we have this source (testjson_nested.json):
And here is how Python csvkit's utility in2csv does this conversion:
I've even seen a C++ code that did it as well (except for saving field ordering, what is very important to be). Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion. We don't currently support that, but we'll take it as a feature request for a future version. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is it possible to convert a nested json source to csv automatically (without knowing the data structure)? It seems neither csv::encode_csv nor csv::csv_stream_encoder is a solution.
Are there approximate solutions close to this task?
Beta Was this translation helpful? Give feedback.
All reactions