Changes between Version 66 and Version 67 of S3/S3XML
- Timestamp:
- 11/21/11 14:04:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML
v66 v67 447 447 The 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. 448 448 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: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: 450 450 451 451 {{{ … … 454 454 }}} 455 455 456 When uploading such a file using the '''.s3csv''' format extension, this gets converted by the interface into XML:456 When uploading such a file using the '''.s3csv''' format extension, it gets converted by the interface into an XML element tree: 457 457 458 458 {{{