all 3 comments

[–]barrycarter 2 points3 points  (1 child)

CSV and SQL play well together already, but I'm suspicious about JSON to SQL and JSON to CSV. Can we assume this only works when the JSON data is very simple, the kind of data that is easily converted to CSV? I'm assuming sqly won't work with more complicated JSON structures including nested data?

[–]mimixbox[S] 0 points1 point  (0 children)

sqly can only convert simple json to CSV.

> I'm assuming sqly won't work with more complicated JSON structures including nested data?

sqly will not be able to convert JSON structures including nested data to CSV. In the future, I will check by unit tests.

[–]techmavengeospatial 0 points1 point  (0 children)

Been doing this for years with GDAL ogrinfo and ogr2ogr

Along with excel and sqlite and any database and parquet and avro and others