Giter Site home page Giter Site logo

Comments (4)

dweeves avatar dweeves commented on June 20, 2024

1.you'll need to use magmi "category_reset" column to specify no reset of
category.
if this column is not set, then magmi will automatically reassign product
instead of adding it into new category

Cat,name,sku,SubCat,category_reset
STORE1,test,123,category1,0
STORE2,test,123,category1,0

you can also keep your file as is and override category_reset value for all
items using default value setter plugin or value replacer plugin.

2014-03-13 16:20 GMT+01:00 Penina Gilbert [email protected]:

I have a site with different sores. In a csv file there are products that
need to live in multiple categories. Each product appears multiple times in
the csv file but on each line the only change is the store name and the
category.

Here is what I have:

Cat,name,sku,SubCat
STORE1,test,123,category1
STORE2,test,123,category1

When i try to upload a product, it overwrites instead of updating, meaning
that first magmi puts it into [STORE1]/category1 then erases that and puts
it into [STORE2]/category1. How do I get it to append rather than
overwrite? I want it to be in both.

Reply to this email directly or view it on GitHubhttps://github.com//issues/25
.

from magmi-git.

Penina avatar Penina commented on June 20, 2024

Wow, thanks for the quick reply!

I used default value setter plugin to set category_reset to 0 but it is still not working :(

btw, i also checked the box for on the fly category creator plugin and didn't make any changes to configs and also, in the value replacer configs, i put the word categories into the "replaced attributes" box and then i have the new value set as [{item.Cat}]/{item.SubCat}

any ideas why it still is overriding?

from magmi-git.

dweeves avatar dweeves commented on June 20, 2024

could you try adding category_reset in replaced attributes list of
value_replacer instead of using default value setter ?

2014-03-13 17:22 GMT+01:00 Penina Gilbert [email protected]:

Wow, thanks for the quick reply!

I used default value setter plugin to set category_reset to 0 but it is
still not working :(

btw, i also checked the box for on the fly category creator plugin and
didn't make any changes to configs and also, in the value replacer configs,
i put the word categories into the "replaced attributes" box and then i
have the new value set as [{item.Cat}]/{item.SubCat}

any ideas why it still is overriding?

Reply to this email directly or view it on GitHubhttps://github.com//issues/25#issuecomment-37553305
.

from magmi-git.

Penina avatar Penina commented on June 20, 2024

it works!!!!!!!!!
thanks dweeves!

from magmi-git.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.