RdfProcessingToolkit icon indicating copy to clipboard operation
RdfProcessingToolkit copied to clipboard

CSV processing options

Open ddeboer opened this issue 1 year ago • 1 comments

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.

ddeboer avatar Dec 11 '24 13:12 ddeboer

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.

Aklakan avatar Dec 13 '24 18:12 Aklakan