Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jan Vermeerbergen 79 posts 112 karma points
    Oct 04, 2012 @ 14:48
    Jan Vermeerbergen
    0

    Import to MNTP ?

    Hi,

    I've imported a batch of store-records into umbraco using the great CMSimport package, from an excel file. There's one column which resembles the categorie(-nodeID's), and essentially it looks somewhat like this: "1106,1265,3543". 

    The category property in my doctype is a Multi Node Tree Picker (stored as CSV).

    After I've imported my store-records and i open a store-node, I see that the corresponding categories appear selected in the MNTP for a fraction of a second, but then disappears again...

    Anybody have any idea how to make this work?

    thanks

    J

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 04, 2012 @ 19:17
    Richard Soeteman
    0

    Hi Jan,

    MNTP is only supported for Media in CMSimport. But you are assigning Umbraco Id's? If so check the cmsPropertyData table and see how MNTP stores this when setting the value from the GUI. Use exactly the same format in you datasource column and it should work.

    Hope this helps. if not please let me know

    Richard

  • Jan Vermeerbergen 79 posts 112 karma points
    Oct 07, 2012 @ 22:40
    Jan Vermeerbergen
    0

    Hi Richard,

    I got it to work. I had re-imported the categories (so the nodeids had all changed) and I was still importing the old nodeID's. Reimporting the store with the correct nodeids for the categories (as a comma separated string) worked perfectly. 

    thanks!

    Jan

Please Sign in or register to post replies

Write your reply to:

Draft