Skip to content

Releases: terascope/file-assets

v0.8.1

19 Sep 16:31
2a0e101
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Added fix for #161

v0.8.0 - Use latest job-components

29 Aug 19:30
6d25144
Compare
Choose a tag to compare
Pre-release
Merge pull request #133 from terascope/use-new-eslint-and-job-components

v0.8.0 use terascope eslint config and update job-components

Remove null records

27 Aug 23:09
ca7636d
Compare
Choose a tag to compare
Remove null records Pre-release
Pre-release

Null records are now filtered out with the latest version of @terascope/chunked-file-reader added in #128.

v0.7.4 - documentation fixes

06 Aug 12:25
c01d270
Compare
Choose a tag to compare
Pre-release
Merge pull request #104 from terascope/fix-documentation

Fix documentation

v0.7.3

05 Aug 19:18
812ce05
Compare
Choose a tag to compare

Added more options for CSV parsing on the readers

v0.7.2

02 Aug 21:30
df34f3a
Compare
Choose a tag to compare

Modernized the file_reader and file_exporter

v0.7.1

29 Jul 22:58
f8fe381
Compare
Choose a tag to compare

Removed unnecessary aws-sdk to decrease asset size

v0.7.0

29 Jul 20:06
c843363
Compare
Choose a tag to compare

Added an S3 reader and exporter to the file-assets. These two new processors will work with Terafoundation 0.11.0 and newer.

v0.6.1

12 Jul 15:24
daa45d9
Compare
Choose a tag to compare
bump to v0.6.1

v0.6.0

15 Mar 17:11
8711849
Compare
Choose a tag to compare

v0.6.0

This version fixes #24 and INCLUDES BREAKING CHANGES

Improvements

  • Improved documentation
  • Support for custom line and field delimiters
  • Support for csv processing
  • Support for tsv processing

BREAKING CHANGES

  • Previous text format option has been renamed to raw
  • Previous json format option has been renamed to ldjson. The json format option will now process files either with one JSON record or an array of JSON records.