v1.0.0
🎉 The v1.0.0 release
After several weeks, I can finally proudly release version v1.0.0 of the json2csv
package.
Install or update
go install github.com/koddr/json2csv@latest
Using with options
json2csv \
-json /path/to/input/json/folder \
-intents /path/to/intents-file.json \
-filter /path/to/filter-file.json \
-output /path/to/output/csv/folder \
-content-field message \
-min-word-len 5 \
-chunk 1000
💡 Note: See the
Wiki page
to understand structures of JSON files and get general recommendations for preparing the input data.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code
- Improving existing functions, structs, or tests
- Feature requests with interesting functions that would be good to add
Your PRs & issues are welcome! Thanks 😉