Skip to content

[csv-loader] Support for generating unique id's #49

@marceloverdijk

Description

@marceloverdijk

Hi,

First of all thank you for this project.

I have some csv files without a defined id column, nor a column which values are unique itself.
E.g. a csv with a year and month column.

Would it be an idea to provide a (new) CSVLoaderOptions option to automatically generate an id?
Or to have a Function option to generate an id for each row?
E.g. (row) => `${year}-${month}`

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