Releases: dstockto/csv-chef
Releases · dstockto/csv-chef
V1.0.4
V1.0.3
V1.0.2
V1.0.1
- #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.