Skip to content

Releases: dstockto/csv-chef

V1.0.4

08 Oct 22:42
0ee2a89
Compare
Choose a tag to compare

What's Changed

  • Allow CSV parse errors to end bake command with an error by @dstockto in #30

Full Changelog: V1.0.3...V1.0.4

V1.0.3

06 Apr 20:13
Compare
Choose a tag to compare

What's Changed

  • Write command will now include an email column by @dstockto in #29

Full Changelog: V1.0.2...V1.0.3

V1.0.2

29 Dec 17:16
Compare
Choose a tag to compare

Added function to calculate age in years from a field representing date of birth.

V1.0.1

15 Sep 04:19
Compare
Choose a tag to compare
  • #17 - Recipes that define the same column, header or variable more than once will now result in a parse error. Previous behavior was that the latter would override and previous definition silently which could be confusing if you accidentally left in identity column recipes.
  • #16 - Running identity on UTF-8 with BOM (byte order marker) files was resulting in the header value for the first column containing those BOMs which would show up as unprintable characters in some editors. The BOM is removed from the column header names in the comments for the column and column header recipes now.

V1.0

08 Sep 19:18
9329077
Compare
Choose a tag to compare

First release of CSV-Chef