Data migration with XML importer
This is an open discussion with no replies, filed under Extensions.
Search
Create an account or sign in to comment.
This is an open discussion with no replies, filed under Extensions.
Create an account or sign in to comment.
Quick Links
Symphony • Open Source XSLT CMS
--with-xsl
)
Hi, long time no see!
I'm converting old website to symphony and I'm having trouble with using XML importer.
I have generated this XML from old database (I'm not sure if it's correct though): http://pastebin.com/QuKe5aLC
And my news section has fields (I have put xpaths for importer in <>) :
Title <title/text()>
Content <content/text()>
Link <link/text()>
Image <image/text()>
Also, Image is actually an upload field in my case. I have copied all images to correct directory, do I need to do something else besides providing just filename of my image file?
Just as a side question, does this extension work with association fields?