Skip to content

Releases: Guitarbum722/fixedtocsv

Fix config

04 Dec 14:26
daffe8f
Compare
Choose a tag to compare
Fix config Pre-release
Pre-release

Fixed the config in tests and sample data to avoid a trimming issue.

Usage examples and fix tests

04 Dec 03:00
Compare
Choose a tag to compare
Pre-release

Fix the tests!

Update usage examples.

Build windows with .exe

04 Dec 00:57
3dbde23
Compare
Choose a tag to compare
Pre-release

Update Makefile to build windows binary with .exe.

Add samples

04 Dec 00:05
Compare
Choose a tag to compare
Add samples Pre-release
Pre-release

Sample input file, input csv configuration and input json config.

Optional CSV configuration file

03 Dec 23:51
5cf5ffb
Compare
Choose a tag to compare
Pre-release

Use the -csv flag to specify that the config file is a CSV. If so, the -c flag must also be provided with a file name, since the default configuration file is config.json.

Initial release

03 Dec 20:27
15da1dc
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
Usage: fixedtocsv [-c] [-d] [-f] [-o]
        Options:
          -h | --help  help
          -c           input configuration file (default: "config.json" in current directory)
          -d           output delimiter (default: comma ",")
          -f           input file name (Required)
          -o           output file name (default: "output.csv" in current directory)