xmlimporter icon indicating copy to clipboard operation
xmlimporter copied to clipboard

[Symphony 2] A generic XML importer for Symphony

Results 15 xmlimporter issues
Sort by recently updated
recently updated
newest added

Fix for PHP 7.2+ and `count()`

Hi, I am getting the above error when i re-run an xml import to update existing entries on symphony 2.7.3 and extension version 3.0 I did add the following on...

I'm working on a fork of the https://github.com/designermonkey/addresslocationfield extension to update it to support the importableField and ExportableField interfaces and I was wondering if anyone has any thoughts on the...

![sym_error](https://cloud.githubusercontent.com/assets/1131505/13924423/9a860c4a-ef84-11e5-8416-197dd5a6597b.png) Hello, I'm trying to import a Xml (valid) source to the app, but I get this error. I have no idea where the error resides, I put in the...

I think when you name an importer with more than one word like this "My Importer", it becomes "myimporter" in XML Importer but Symphony expects "my-importer", so the link back...

As discussed in #47, the extension should trigger the core pre/post save delegates.

As mentioned in #45, we are synchronising Symphony with a large product database containing a few thousand items. Running the importer will freeze the backend for quite some time so...

Should be a good start to fixing #19 supports both creating new entries and updating existing. We might need an option to only update existing if I understand #19 properly....

XML Importer shows the last modification date in the index table but it doesn't show (nor does it save this information anywhere) when an importer run the last time. This...

We are using XML Importer (`integration`) to regularly import a product database. The catalog changes seasonally, adding new and _removing old products_. While XML Importer does a great job adding...