-
Notifications
You must be signed in to change notification settings - Fork 36
conversion:LargeValue
timrdf edited this page May 26, 2011
·
5 revisions
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.