The dataflow tag has no wiki summary.
1
vote
2answers
60 views
Skipping import row, required field “sku” is not defined
During article import of a custom import profile (Dataflow - Profiles) I get this error for all rows:
Skipping import row, required field "sku" is not defined.
I have mapped "sku" => "artnr" (Field ...
-1
votes
2answers
61 views
Programatic product creation is failing [closed]
I have this simple function for creating simple products in my dataflow adapter class but this not working and throwing the errors while saving the products actully this function is creating the ...
0
votes
1answer
98 views
Migrating All Product Images in Magento from PNGs to JPEGs
As we have found our website is using PNG images and has page sizes ranging from 1 MB up to 2 MB sometimes, I did a comparison using small images.. and have found PNG size is 36 KB, while JPEGs with ...
1
vote
1answer
66 views
Event is not firing up after the 2-3 hour long import process
I again ran into a weird issue. I have registered an observer for an event that is firing up when the Advance data flow profile finishes its execution completely.
I have checked this successfully when ...
0
votes
0answers
30 views
Please select a customer for this transfer. Error occurred when import review from magento dataflow
I am developing one extension import/export product review. I have create dataflow script so admin can run dataflow profile for import/export. export is working fine. but when i run import i got this ...
2
votes
1answer
132 views
Import Customer Address
Magento's default customer import doesn't import customer address.All other info except address is getting imported.
CSV header,
website ...
0
votes
2answers
71 views
Importing large inventory kills the mysql server
I am using Magento data flow profiles for importing a very large inventory (has about 13000 products) and updating it three times a week.. i saw that after importing the products, the site is going ...
0
votes
1answer
93 views
Export Product CSV with Tier Price
I would like to create a CSV with product default data and also tier price.
Is it possible to use DataFlow ?
In alternative I would like to use a custom script with direct query to DB, can you help ...
1
vote
2answers
144 views
Importing and mapping custom data with dataflow
I want to parse a csv, map the fields, and do perform some custom logic with the imported data, but I can't seem to figure out the Profile Actions XML.
The XML currently looks like this, along with ...
1
vote
1answer
116 views
Filling fields forms in backend from two different tables
Currently we have several forms that allow to edit/delete information, each one loading the data from one particular table. But what I want is to be able to load on the Form.php information from ...
4
votes
9answers
418 views
What is the most common process for importing products?
What is the most common process for importing products? Does everyone use the product import/export tool? The csv file format is not something that the client is likely to fill in and if they try it ...