Changes between Version 66 and Version 67 of S3/S3XML


Ignore:
Timestamp:
11/21/11 14:04:46 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML

    v66 v67  
    447447The S3XML importer can represent uploaded single-sheet CSV files in a very simple XML format, whereby it becomes available for transformation into S3XML and import into Sahana-Eden.
    448448
    449 The CSV must use comma , as separator, and double quotation marks " to quote strings. The first row in the CSV file is used as column headers, all other rows represent the records:
     449The CSV must use comma as separator, and double quotation marks to quote strings. The first row in the CSV file is used as column headers, all other rows represent the records:
    450450
    451451{{{
     
    454454}}}
    455455
    456 When uploading such a file using the '''.s3csv''' format extension, this gets converted by the interface into XML:
     456When uploading such a file using the '''.s3csv''' format extension, it gets converted by the interface into an XML element tree:
    457457
    458458{{{