Changes between Version 67 and Version 68 of S3/S3XML


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML

    v67 v68  
    467467
    468468...which can then be transformed for import using the normal [#DataFormatConversionandTransformation on-the-fly transformation] method.
     469
     470In S3CSV uploads via the RESTful API, the transformation stylesheet must always be specified explicitly, like:
     471
     472{{{
     473PUT http://localhost:8000/eden/org/organisation.s3csv?transform=/home/eden/static/formats/s3csv/org/organisation.xsl
     474}}}
     475
     476A number of pre-defined XSLT stylesheets for CSV import including a respective CSV template can be found in the static/formats/s3csv folder.
    469477== Examples ==
    470478