-Last week I imported a large number of nodes from an XML file. (And saved the import routine) -Then I deleted all those nodes. -Then I changed the XML file. -And now I restarted the same import routine (which I had saved)
However, and now it comes: It seems to import al the same nodes as last time, without my changes. Does it cache the xmlfile when saving an import routine? Or is it something else? How could I circumvent this caching?
CMSImport caches the datasource??
Hi Richard,
I'm running into the following problem:
-Last week I imported a large number of nodes from an XML file. (And saved the import routine)
-Then I deleted all those nodes.
-Then I changed the XML file.
-And now I restarted the same import routine (which I had saved)
However, and now it comes: It seems to import al the same nodes as last time, without my changes.
Does it cache the xmlfile when saving an import routine? Or is it something else? How could I circumvent this caching?
Hope to hear from you.
Martin
Using Umbraco 4.5.2
Hi Martin,
XMl file is cached indeed, but on per import basis. Did you upload or pointed the file to a location?
Thanks,
Richard
Hi Richard,
I deleted the topic, because I realised my uberstupid mistake: I uploaded the xml file...so it was logical that it was the same every import.
I now use the url field, which does precisely what I want.
Thanks for your answer though.
martin
is working on a reply...