XMLSource
A simple transmogrifier blueprint to read xml files of the form
<container>
<item>
<field1>value</field1>
<field2>value</field2>
...
</item>
...
</container>
Example
The following example uses funnelweb and ploneremote to upload content in an xml file from the commandline
First create a custom pipeline.cfg
[transmogrifier]
pipeline =
xmlsource
ploneupload
ploneupdate
[xmlsource]
blueprint = transmogrify.xmlsource
xmlfile = items.xml
pathtag = field1
itemtag = item
type = MyCustomType
[ploneupload]
blueprint = transmogrify.ploneremote.remoteconstructor
target = http://admin:admin@localhost/Plone/mycontent
[ploneupdate]
blueprint = transmogrify.ploneremote.remoteschemaupdater
target = ${ploneupload:target}
Now install funnelweb using a buildout.cfg
[buildout] parts = convertxml [convertxml] recipe = funnelweb pipeline=wynhotels.cfg eggs = transmogrify.xmlsource
bootstrap
$> easy_install zc.buildout $> buildout init $> bin/buildout
and now run your custom converter
$> bin/convertxml
The converter parses the xml and uploads to plone via xmlrpc. or construct your own pipeline to transform the content into whatever or whereever.
Release files for transmogrify.xmlsource 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| transmogrify.xmlsource-1.0.zip | 6.2 kB | Details |
Release files / transmogrify.xmlsource-1.0.zip
| Download URL | transmogrify.xmlsource-1.0.zip |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4e47307ca587520e3ba2fe2fb4b8d004211d9fb0c886199730b3a8808c245a62
|
|
BLAKE2b-256 checksum How to use checksums |
f9fb9babfd16224f49594cfef280218f310378caaa9565f8fc494b792972ddb4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |