Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV processing options #69

Open
ddeboer opened this issue Dec 11, 2024 · 1 comment
Open

CSV processing options #69

ddeboer opened this issue Dec 11, 2024 · 1 comment
Assignees

Comments

@ddeboer
Copy link

ddeboer commented Dec 11, 2024

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.
@Aklakan
Copy link
Member

Aklakan commented Dec 13, 2024

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 Aklakan self-assigned this Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants