Skip to content

Releases: hotgluexyz/target-csv

v0.3.11

25 Jul 15:58
38978f9
Compare
Choose a tag to compare
replace filename empty spaces by underscores (#19)

v0.3.10

07 May 21:27
63273f9
Compare
Choose a tag to compare
rollback escapechar standarize line terminators (#18)

v0.3.9

07 May 13:10
6cbd334
Compare
Choose a tag to compare
make target-csv work with python 3.10 (#17)

0.3.7 - add job metrics

31 Aug 23:27
Compare
Choose a tag to compare
Adds job_metrics file

0.3.6 – Add validation option

16 Nov 17:01
181488d
Compare
Choose a tag to compare

Added ability to toggle validation using validate flag in config.json (defaults to true)

0.3.5 - Resolve formatting issues with Decimals

07 Sep 19:46
Compare
Choose a tag to compare

Previous release caused output to include non-stringified Decimal entries in nested JSON objects. Resolved by reserializing the input with simplejson

0.3.4 - Handle errors with validating float precision

06 Sep 20:18
Compare
Choose a tag to compare

Resolved #11 by bumping singer-python dependency version. We will now be using Decimal to parse singer messages

0.3.3 - Handle missing entries in fixed_headers

20 May 17:09
Compare
Choose a tag to compare

Handle missing entries in fixed_headers

0.3.2 - Updates regarding flattening

03 Feb 19:14
12b871f
Compare
Choose a tag to compare

Disabled auto flattening of columns for hotglue fixed_headers compatibility (to match field map)