Closed zarino closed 10 years ago
Encountered this in the wild on the first dataset I tried!
Just to make it a bit clearer for me, in this case the (namedspaced) tags: "type", "id", "rowid", and "name" come from the column name of a sqlite database, is that right?
@drj11 Yes. They are the SQL column names.
Right now, column names must be suitable for becoming an XML element (ie: no spaces and very little punctuation). While this is fine for ScraperWiki-made tools (which use sensible column names), this might not be the case for all user-made databases. So we should clean up column names before using them as XML tags.