We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97be984 commit 4733e12Copy full SHA for 4733e12
tests/testdata/test_cmd/help/about_transform_config_help.txt
@@ -1,3 +1,4 @@
1
+
2
A transform configuration file is used to describe which transformations and
3
validations to apply to a source CSV file. This is a simple text file using YAML
4
format, using the same format as an .ABOUT file.
@@ -41,4 +42,5 @@ For instance with this configuration the target CSV/JSON will only contains the
41
42
and "version" fields and no other field:
43
field_filters:
44
- name
- - version
45
+ - version
46
0 commit comments