Re: Easy Populate support for Version 1.2.5.4
stlnyc
As opened in OO as suggested, no problems with fields merging or loosing '0's.
Quote:
v_products_model v_products_image
0783 DSC02309.JPG
9428 DSC01401.JPG
01007 DSC02337.JPG
235689 beauvigne_cab.JPG
08981972337 DSC02347.JPG
08682830001 DSC01458.JPG
01248599002 DSC02412.JPG
08088749396 DSC02479.JPG
08069692122 DSC02349.JPG
08069612122 corks.gif
08069691534 DSC02349.JPG
08069609642 bvnapa_cab.JPG
Which fields are getting
Quote:
during the import all of the cells are jumbled
?
Re: Easy Populate support for Version 1.2.5.4
Ok, sweet, finally got it working, although the pricing isn't in the file.
Re: Easy Populate support for Version 1.2.5.4
I'm running Easy Populate 1.2.5.5.csv 2
Every time I go and upload my new .csv file, none of the new products are added, but it says the old ones are updated. I am doing nothing different and everything is in the correct columns. My statuses are --none-- 1 0 0 0 0 0
, the same as they always were, but nothing new is being added. I've double checked my .csv and everything is correct, category names, etc.
Please help me figure out why it's doing this. If you need any other info just let me know, I don't really know what else to say.
Thank you.
Re: Easy Populate support for Version 1.2.5.4
Never mind that post, I'm re-doing everything and it's working now. I guess in the future I'll just upload it after every few products instead of adding a huge batch, for some reason that's not working..
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
Kenichi
Never mind that post, I'm re-doing everything and it's working now. I guess in the future I'll just upload it after every few products instead of adding a huge batch, for some reason that's not working..
I was having the same problems and after fully reading the wiki for EP, you can remove columns from the complete EP file. As long as the item number is the same, only include the item number column and any of the other columns you are updating. Remove all the other columns that stay the same and you will have no problem no matter how many lines are in your spreadsheet.
Re: Easy Populate support for Version 1.2.5.4
I've only one problem with latest version of easy populate, after importing the csv file, i've the categories names in only one language, instead production description and title are rights in both languages i'm using. :huh:
example:
language 1 CATEGORY
language 2 CATEGORIA
after importing file
language 1 CATEGORY
language 2 (empty)
but product are rights in boths languages.
How i fix this? :shocking:
Thanks!
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
stlnyc
I was having the same problems and after fully reading the wiki for EP, you can remove columns from the complete EP file. As long as the item number is the same, only include the item number column and any of the other columns you are updating. Remove all the other columns that stay the same and you will have no problem no matter how many lines are in your spreadsheet.
Thanks! That works like a charm =)
Re: Easy Populate support for Version 1.2.5.4
Has anyone had success running this from the command line or from a "Read HTML page" type function?
I'd like to setup some automated exports but not having success....
Re: Easy Populate support for Version 1.2.5.4
EarlyFloyd Not with the current version of EP, this could be done with a SQL query tho'
MotoDelta If you have command line access, why don't you directly connect to Database using Python(very easy to learn using MYSQLdb module) or any other language and write an automated script to export data?