Copied to clipboard

Flag this post as spam?

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


  • J 445 posts 862 karma points
    Nov 19, 2019 @ 12:16
    J
    0

    Import data into Umbraco tables

    I have a non umbraco site with 300 items. These items need to be imported into an Umbraco 7.*.

    The current structure under the Umbraco Content node would be something like

    Home Node
        -Our Services
        -About Us
        -FAQs
        -Manufacturer
            -Samsung
                -Electronics
                    Product 1
                    Product 2
                -Gadgets
                    Product 3
                    Product 4
                -Mobile Phones
                    Product 5
            -Sony
                -Electronics
                    Product 1
                    Product 2
                -Gadgets
                    Product 3
                    Product 4
                -Mobile Phones
                    Product 5
    

    I'm wondering how i could (or if its possible) to import the 300 products to fit the above Umbraco structure? I assume the data could be XML, JSON, CSV format (but happy to try other formats if required)?

  • Mario Lopez 168 posts 952 karma points MVP 3x c-trib
    Nov 19, 2019 @ 21:06
    Mario Lopez
    0

    You should create a custom class that reads your CSV file and uses Umbraco Content Service to create a new page per item.

    Or you could use the CMS Import package, I think the free license would be enough for 300 items.

Please Sign in or register to post replies

Write your reply to:

Draft