Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Support custom delimiter in input files #36

Description

@netzwerg

In addition to the specific tab- and csv-parsing methods, offer generic methods to allow consumers to provide custom implementations for:

  • How to extract column names from header line
  • How to extract column types from header line
  • How to extract values from data lines

This addresses the need for custom delimiters (as requested in #35) and also allows to ignore columns from potentially large input files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions