How can we iterate over CSVs without header? referency-by-index is not currently specified, and this also requires being able to interpret the first line of a CSV file as an iteration, not skip it bc it's by default assumed it's a header.
The use case at RMLio/yarrrml-parser#184 requires to iterate over all fields, how could we support that?
How can we iterate over CSVs without header?
referency-by-indexis not currently specified, and this also requires being able to interpret the first line of a CSV file as an iteration, not skip it bc it's by default assumed it's a header.The use case at RMLio/yarrrml-parser#184 requires to iterate over all fields, how could we support that?