We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5240745 commit d969de6Copy full SHA for d969de6
1 file changed
examples/example-map.yaml
@@ -8,7 +8,7 @@ sources:
8
annotations: {access: 'https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example-metadata.json',
9
iterator: '$.notes[*]', referenceFormulation: jsonpath}
10
columns: {access: 'https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example-metadata.json',
11
- iterator: '$.tables.tableSchema.columns[*]', referenceFormulation: jsonpath}
+ iterator: '$.tables[*].tableSchema.columns[*]', referenceFormulation: jsonpath}
12
use_template_rowwise: 'false'
13
mappings:
14
SpecimenID:
0 commit comments