Description
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