Copied to clipboard

Flag this post as spam?

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


  • Aximili 177 posts 278 karma points
    May 26, 2011 @ 06:56
    Aximili
    0

    How to import/export members from/to another system?

    I have watched the video tutorials on Members and Login, they seem great!

    Now, we have our members stored somewhere else on another system. I can write the C# code that reads those members, but how would I then put these members into Umbraco?

    I am not sure what I should be looking at or searching for... could anyone point me to the right direction?

    Thanks in advance.

  • Anders Burla 2560 posts 8256 karma points
    May 26, 2011 @ 08:52
    Anders Burla
    1

    Hi Hardi

    You can use the great package CMSImport to to that.

    http://www.cmsimport.com/

  • Aximili 177 posts 278 karma points
    May 26, 2011 @ 09:14
    Aximili
    0

    That doesn't look like what I need.

    There are many other things I need to import from various (messy) sources to Umbraco and I will need to do some manipulations to the data (using C#) before inserting them into the web database (or Umbraco).

    But thanks anyway! Would you know how to do it in C# by any chance?

  • Anders Burla 2560 posts 8256 karma points
    May 26, 2011 @ 09:43
    Anders Burla
    1

    I could use C# to extract the member data and manipulate it and save it to a CVS file and then use CMSImport to import the data?

  • Richard Soeteman 4047 posts 12900 karma points MVP 2x
    May 26, 2011 @ 22:59
    Richard Soeteman
    0

    Hi,

    I would go with Anders suggestion(I Build CMSImport so it's not an objective answer). Makes sure you export the data to a single not so messy format and then use CMSImport to import it into Umbraco. Magic will happen :-).

    Cheers,

    Richard

     

  • Richard Soeteman 4047 posts 12900 karma points MVP 2x
    May 26, 2011 @ 23:00
    Richard Soeteman
    0

    Hi,

    I would go with Anders suggestion(I Build CMSImport so it's not an objective answer). Makes sure you export the data to a single not so messy format and then use CMSImport to import it into Umbraco. Magic will happen :-).

    Cheers,

    Richard

     

  • Aximili 177 posts 278 karma points
    May 27, 2011 @ 03:17
    Aximili
    0

    Thanks guys! Then how do you extract or manipulate the Umbraco database? (eg. when a sale happens)

    I wonder why you have to use CmsImport. Is the database too complex?

  • Richard Soeteman 4047 posts 12900 karma points MVP 2x
    May 27, 2011 @ 08:56
    Richard Soeteman
    0

    Now I'm confused. I was assuming you had an Sql database where you have some members that you want to import into Umbraco, is that assumption right?

    If so then you can export that data into a file and you can use CMSImport to import those members. Don't have to use it but then you will need to use the Membership API to import those members. Work that CMSImport already done for you.

    What do you mean with Manipulate Umbraco database when a sale happens? With Umbraco you never have to manipulate the database since everything is accessed via an API.

    Hope to hear from you.

  • Simon Dingley 1474 posts 3431 karma points c-trib
    May 27, 2011 @ 09:40
    Simon Dingley
    0

    Hardi, do you mean you want to export data back out from Umbraco afterwards? You can do this relatively easily using the Membership API unless CMS Import also does that. As Richard states, you can do the import manually using the API however CMS Import is such a great tool at an affordable price it should pay for itself.

    Simon

  • Richard Soeteman 4047 posts 12900 karma points MVP 2x
    May 27, 2011 @ 09:44
    Richard Soeteman
    0

    If you want to export members as Simon says you can use MemberExport (http://our.umbraco.org/projects/website-utilities/memberexport ) also. Both tools are free if you don't have that much members.

    Richard

  • Aximili 177 posts 278 karma points
    May 30, 2011 @ 03:19
    Aximili
    0

    Sorry to confuse you guys. I am actually confused because I've always been developing both the code and the database. And I am always free to do anything I want with the database. But with Umbraco... alright I think I know what I want, these Umbraco APIs, where can I find information about that? Thanks guys!

Please Sign in or register to post replies

Write your reply to:

Draft