insightindustry / spss-converter

A simple utility that converts SPSS data to / from Pandas DataFrames, CSV, Excel, JSON, YAML, and dict.
https://spss-converter.readthedocs.io/en/latest/
MIT License
9 stars 4 forks source link

Formatting Standards for CSV or JSON? #10

Open jeff-m3gr opened 1 year ago

jeff-m3gr commented 1 year ago

I am looking to import CSV and/or JSON to create spss files. Is there a standard format or examples of file to show proper structure for importing?

insightindustry commented 1 year ago

There is not, but this would be a useful addition to the documentation. I'll include this in the next release (v.0.2.1 or higher).