RdfProcessingToolkit
RdfProcessingToolkit copied to clipboard
CSV processing options
In the docs it says:
The options string is composed of a base CSV format name followed by an optional list of modifiers.
Only an -h modifier is then mentioned. Are there any other modifiers? For my use case, I’m looking for a way to:
- parse tab-separated files
- join data between CSV files.
Hi, the csv:parse function (still based on Apache commons CSV) indeed currently lacks more advanced options - although in the internals there already is a CSVW adapter for the RML engine which uses the Univocity framework - but the older csv-parse function has not yet been migrated to the new system.