diff --git a/csv2json/index.html b/csv2json/index.html index b6a95f9f..9e37f313 100644 --- a/csv2json/index.html +++ b/csv2json/index.html @@ -314,7 +314,7 @@

Row-level processing

"").

  • -

    The value of name SHALL be #col=[N] +

    The value of name SHALL be _col=[N] where [N] is the column number, whilst the value of value SHALL be provided by the associated @@ -390,23 +390,23 @@

    Examples

    "downloadURL": "http://example.org/people-and-points.csv" }, "row": [{ - "#col=1": "1", - "#col=2": "Jill", - "#col=3": "Smith", - "#col=4": "50" + "_col=1": "1", + "_col=2": "Jill", + "_col=3": "Smith", + "_col=4": "50" },{ - "#col=1": "2", - "#col=2": "Eve", - "#col=4": "94" + "_col=1": "2", + "_col=2": "Eve", + "_col=4": "94" },{ - "#col=1": "3", - "#col=2": "Adam", - "#col=3": "Johnson" + "_col=1": "3", + "_col=2": "Adam", + "_col=3": "Johnson" },{ - "#col=1": "4", - "#col=2": "John", - "#col=3": "Doe", - "#col=4": "80" + "_col=1": "4", + "_col=2": "John", + "_col=3": "Doe", + "_col=4": "80" }] } @@ -511,7 +511,7 @@

    Table-level processing

    within the column description object for that column.

    Where the column header is null, the value assigned to name SHALL be - #col=[N] where [N] is the + _col=[N] where [N] is the column number.

  • diff --git a/csv2rdf/index.html b/csv2rdf/index.html index dc79c647..eadb3662 100644 --- a/csv2rdf/index.html +++ b/csv2rdf/index.html @@ -9,13 +9,25 @@