File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- 2020-xx-xx
1+ 2020-08-11
22 Release 5.0.0
33
44 * Enhance the `transform ` to also work with JSON file
77 * Fixed #432 - Handled UTF-8 variant invented by Microsoft
88 * Fixed #433 - problem was caused by the different multi-lic file format between json and CSV (CSV with '\n ' line break)
99 * Fixed #436 - issue about copy with the `--reference ` option
10+ * Fixed #396 - support for alternative output for Android
1011
11122020-05-05
1213 Release 4.0.2
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def transform_data(data, transformer):
176176* field_filters:
177177An optional list of field names that should be kept in the transformed CSV/JSON. If
178178this list is provided, all the fields from the source CSV/JSON that should be kept
179- in the target CSV/JSON must be listed be even if they are standard or required
179+ in the target CSV/JSON must be listed regardless of either standard or required
180180fields. If this list is not provided, all source CSV/JSON fields are kept in the
181181transformed target CSV/JSON.
182182
You can’t perform that action at this time.
0 commit comments