Skip to content

Releases: caltechlibrary/datatools

v1.3.4

15 May 22:12
Compare
Choose a tag to compare

Added json2jsonl. It will render a JSON array document as JSON lines. A -as-dataset option is included. If
an top level attribute name is provided and matches the object it will render the result as a dataset load
componatible object. Of the top level attribute name is not found then that object is skipped with a message
written to standard error.

Full Changelog: v1.3.3...v1.3.4

v1.3.3

14 May 17:50
Compare
Choose a tag to compare

Added option, -for-dataset to csv2jsonl. This renders JSON lines output suitable for loading into a dataset collectiojn.

Full Changelog: v1.3.2...v1.3.3

v1.3.2

13 May 19:35
Compare
Choose a tag to compare

Added cli, csv2jsonl, that will convert a CSV document into a JSON lines list of objects.

Full Changelog: v1.3.1...v1.3.2

v1.3.1

29 Apr 20:52
Compare
Choose a tag to compare

Removed DEBUG statement from output in csv.go.

Full Changelog: v1.3.0...v1.3.1

Improved CRLF (EOL) handling for Windows

31 Jan 18:28
Compare
Choose a tag to compare

Added CRLF option on CSV write to better support Windows, see issue #24. This is a minor release bump. The prior behavior of CSV writes was to default to LF regardless of operating system. Now by default the use of CRLF is set to return for Windows and false for everyone else. It can be explicitly set using the -crlf command line option for programs that output CSV content.

Full Changelog: v1.2.12...v1.3.0

fixed issue #22

07 Nov 18:12
Compare
Choose a tag to compare

fix issue #22, codemeta2cff will now correctly identifying DOI without https://doi.org prefix.

Full Changelog: v1.2.11...v1.2.12

Bug fix issue #21

24 Oct 16:38
Compare
Choose a tag to compare

This release addresses issue #21 changing the CopyrightYear (copyrightYear in JSON) to an int.

Minor bug fix

26 Aug 17:15
Compare
Choose a tag to compare

The reldate cli was exiting with a panic after error message. The error message is now displayed followed by a call of os.Exit(1) called to avoid the panic.

Full Changelog: v1.2.9...v1.2.10

Introducing jsonobjects2csv

06 Mar 22:30
Compare
Choose a tag to compare

This release features a new tool, jsonobjects2csv, which will convert JSON expressing a list of objects into a CSV file. If the objects contain complex attributes (lists and objects) those get converted into YAML (might change representation in the future).

Maintenance release, option hanlding and docs

27 Feb 19:05
Compare
Choose a tag to compare

Normalized handling of showHelp, showLicense and showVersion. Fixed man pages.

Full Changelog: v1.2.6...v1.2.7