Skip to content

conversion:HeaderRow

timrdf edited this page Jul 6, 2012 · 15 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)

Structural conversion:Enhancements:


See conversion:Enhancement.

Header is on row 2:

    conversion:conversion_process [
        conversion:enhance [
           ov:csvRow 2;
           a conversion:HeaderRow;
        ];

If there is no header, set ov:csvRow to 0.

The row specified by conversion:HeaderRow becomes the #H when using template variables to construct new values. If none are specified, then then #H is 1.

Clone this wiki locally