Changes between Version 67 and Version 68 of S3/S3XML
- Timestamp:
- 11/21/11 14:15:36 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML
v67 v68 467 467 468 468 ...which can then be transformed for import using the normal [#DataFormatConversionandTransformation on-the-fly transformation] method. 469 470 In S3CSV uploads via the RESTful API, the transformation stylesheet must always be specified explicitly, like: 471 472 {{{ 473 PUT http://localhost:8000/eden/org/organisation.s3csv?transform=/home/eden/static/formats/s3csv/org/organisation.xsl 474 }}} 475 476 A number of pre-defined XSLT stylesheets for CSV import including a respective CSV template can be found in the static/formats/s3csv folder. 469 477 == Examples == 470 478