-
Notifications
You must be signed in to change notification settings - Fork 3
CSV File Aggregator
John Wieczorek edited this page Oct 13, 2016
·
1 revision
This workflow:
- creates a given directory as a workspace
- takes two CSV or TXT files as input
- takes an output file name as input
- takes an output file format ('csv' or 'txt') as input
- creates the output file by making a union of the two file headers, then adding the rows from each of the input files to that new structure
The files produced by this workflow are:
- [input file 1 name] - the first chosen input file
- [input file 2 name] - the second chosen input file
- [output file name] - the output file as described above in the workflow steps
Workflow configuration file: https://github.com/kurator-org/kurator-validation/blob/master/packages/kurator_dwca/workflows/file_aggregator.yaml