Skip to content

conversion:LargeValue

Timothy Lebo edited this page Feb 14, 2012 · 5 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)

conversion:Enhancement

For some reason, people like having more than 100,000 characters in a cell and CSV parser implementers like to make a distinction between cells that are less than 100,000 characters and those that are longer than 100,000 characters.

conversion:enhance [ 
  ov:csvCol 4;
  a conversion:LargeValue;
]

Inspired by https://github.com/timrdf/csv2rdf4lod-automation/issues/133.

Clone this wiki locally