Map CSVS Schemas
The recommended way to merge csvs datasets with different schemas is by using jq filters.
panrec -i /path/to/source-dataset | jq '.' | -o /path/to/target-dataset
Learn more about panrec in other User Guides and the Requirements. For a complete list of CLI commands and flags, see Reference.