Skip to main content
Inspiring
March 19, 2013
Answered

Can I update users through an import?

  • March 19, 2013
  • 1 reply
  • 734 views

Hi -- I have a bunch of users in my system that we would now like to go back and add some additional fields to like employee number, and deparment number... Can I use the import function to just pull in a spreadhseet with all of their info and have it update?  When I try to do it, it tells me there were too many errors and it was aborted.  I went here: http://help.adobe.com/en_US/Connect/6.0/Enterprise/help.html?content=WS11d1def534ea1be08a52b610b38bfaa95-7dce.html to see how to set-up my spreadsheet...

I am saving as a csv, and my column headers are:

first-name, last-name, login, email, password, employee-id, department-number

Currently, all of these pieces are in the system except for Employee ID and department number.  Any idea what could be happening?

Thank you!

    This topic has been closed for replies.
    Correct answer Jorma_at_Knox

    The employee id and department number will be seen by Connect as an x-123456789 value. You can identify that value by mousing over the field in the profile editor or by clicking on the link and finding it in the URL path in your browser. Use that x- value as your header in the CSV.

    Also, the current documentation explains this better, you are using version 6 documentation, and the current version is 9: http://help.adobe.com/en_US/connect/9.0/using/WS5C856274-D671-4665-9CD0-29868C8960F2.html

    1 reply

    Jorma_at_Knox
    Jorma_at_KnoxCorrect answer
    Legend
    March 19, 2013

    The employee id and department number will be seen by Connect as an x-123456789 value. You can identify that value by mousing over the field in the profile editor or by clicking on the link and finding it in the URL path in your browser. Use that x- value as your header in the CSV.

    Also, the current documentation explains this better, you are using version 6 documentation, and the current version is 9: http://help.adobe.com/en_US/connect/9.0/using/WS5C856274-D671-4665-9CD0-29868C8960F2.html

    Inspiring
    March 19, 2013

    Thank you so much!  Just did it, and it worked out just fine!

    Participant
    March 22, 2013

    Hi, Can I import users (csv file) programatically. I know there is a http call to create user , groups but its one user at a time. I want to perform bulk import using csv file.

    Thanks