From 99fbc276489e75bd341de8fe485c2302f0c33149 Mon Sep 17 00:00:00 2001
From: Jeremy Tandy
Date: Tue, 16 Dec 2014 09:13:59 +0000
Subject: [PATCH 1/2] changed #col= to _col=
see discussion in ISSUE 33: https://github.com/w3c/csvw/issues/33
---
csv2json/index.html | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
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.
From 1c4bf280f29f8906c50ba49341751e7e8ec3caa8 Mon Sep 17 00:00:00 2001
From: Jeremy Tandy
Date: Tue, 16 Dec 2014 15:47:01 +0000
Subject: [PATCH 2/2] revision of RDF mapping document
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
ready for review and comment …
---
csv2rdf/index.html | 1771 ++++++++++++++++++++++++++++++++++++--------
1 file changed, 1443 insertions(+), 328 deletions(-)
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 @@