Skip to content

Releases: koddr/json2csv

v1.0.4

Choose a tag to compare

@koddr koddr released this 07 Jun 06:14

⚙️ The v1.0.4 release

Changelog

Bug fixes

Install or update

For native Go installation (any platforms):

go install github.com/koddr/json2csv@latest

For Homebrew users (GNU/Linux, macOS):

brew upgrade koddr/tap/json2csv

💡 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 😉

v1.0.3

Choose a tag to compare

@koddr koddr released this 07 Jun 05:51

⚙️ The v1.0.3 release

Changelog

Others

Install or update

For native Go installation (any platforms):

go install github.com/koddr/json2csv@latest

For Homebrew users (GNU/Linux, macOS):

brew upgrade koddr/tap/json2csv

💡 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 😉

v1.0.2

Choose a tag to compare

@koddr koddr released this 06 Jun 15:36

⚙️ The v1.0.2 release

Changelog

Install or update

For native Go installation (any platforms):

go install github.com/koddr/json2csv@latest

For Homebrew users (GNU/Linux, macOS):

brew upgrade koddr/tap/json2csv

💡 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 😉

v1.0.1

Choose a tag to compare

@koddr koddr released this 17 May 07:19

⚙️ The v1.0.1 patch release

  • Update README
  • Add comments to functions
  • Fix the file close defer function

Full Changelog: v1.0.0...v1.0.1

Install or update

go install github.com/koddr/json2csv@latest

💡 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 😉

v1.0.0

Choose a tag to compare

@koddr koddr released this 10 May 09:23

🎉 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 😉