Skip to content

generating row number while mapping from CSV source #5

Open
@seralf

Description

@seralf

Hi

I need to implement a prototype mapping on a CSV source which does not have a cell containing an identifier which I can use for constructing uri. A possibile workaround for my case is to generate a simple id column (with its values) during an ETL pre-processing phase, but I wonder if there can be more proper solution inside the specification.
For example looking at CSVW it's possible to describe data introducing a _row map designed for extracting row number while processing. Is it possible to use this approach with RML over CSV? If so can someone provide me a simple example?

Otherwise is it possible to provide those functionalities as an extension in Java? What are the interfaces involved?

thank you in advance for any directions or suggestions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions