Skip to content

Commit

Permalink
Testing persons
Browse files Browse the repository at this point in the history
  • Loading branch information
wlpotter committed Dec 16, 2021
1 parent 9fa51ac commit 449a383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parameters/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
The @type attribute specifies either "csv" or "collection", which the app uses to determine what to do with the element's text-node.
The @separator attribute specifies the separator used in a CSV file. Valid values are: 'comma', 'tab', 'pipe' (referring to the character, '|'), or 'semicolon'.
-->
<inputPath type="csv" separator="tab">/in/test/taxonomy_test.csv</inputPath>
<inputPath type="csv" separator="tab">/in/persons_2021-11-17.csv</inputPath>
<!-- The output paths specify locations on your local harddrive to store the results of processing.
If writing files to the same local repository as the xquery scripts, you may supply relative paths rather than aboslute ones, e.g. "/csv/output/". However, if the app fails to resolve the localRepositoryUrl, you may need to supply an absolute path for this element
-->
<outputPath>test/out/csv-tests/subjects/</outputPath>
<outputPath>out/persons/2021-11-17</outputPath>
<!-- This element controls the output either to 'console', for testing and debugging, or to 'file', i.e. when storing the results of processing as new TEI records.-->
<fileOrConsole>console</fileOrConsole>
</io>
<!-- specifies the type of data to be processed. Corresponds to the collections listed in meta/config/collections/collection/@name -->
<collectionType>subjects</collectionType>
<collectionType>persons</collectionType>
<!--
Contains metadata describing responsibility for data creation
-->
Expand Down

0 comments on commit 449a383

Please sign in to comment.