Skip to content

conversion:HeaderRow

Timothy Lebo edited this page Feb 14, 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;
        ];

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