Importing CSV with Net Viewer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jonnan
    Junior Member
    • Jun 2015
    • 4

    #1

    Importing CSV with Net Viewer

    Hey

    I'm fiddling around with a way to import addresses with net viewer.
    Found this informative how-to on youtube:

    But I cant seem to get my csv in the correct format. Always get an error as I cant get the colums separated as he does in the vid.

    My csv saves like this:

    First name;Email;;
    ;;;
    Test;test@test.com;;
    Test2;test2@assisthaugesund.no;;
    Test3;joffe@appex.no;;
    ;;;
    ;;;
    ;;;
  • CWP
    Trusted Tech

    100+ Posts
    • Jun 2013
    • 168

    #2
    Re: Importing CSV with Net Viewer

    Jonnan,
    Make your CSV file look like this:

    Test,test@test.com
    Test2,test2@assisthaugesund.no
    Test3,joffe@appex.no

    Then make sure to uncheck the "File has headers" checkbox. You just need to map out the fields and you should be good to go. Separate your fields with commas instead of semicolons (for e-mail address you just need name and e-mail address separated by a comma).

    Comment

    • Jonnan
      Junior Member
      • Jun 2015
      • 4

      #3
      Re: Importing CSV with Net Viewer

      Yep that worked fine, thanks. Same as I'm used to do on xerox machines.
      I actually did write exactly what you suggested in Excel, but when saved in csv format the semicolons appeared everywhere


      However, I found out that you cant add to an existing addressbook because you get an error saying numer 1,2,3etc already exists.

      Edit: Would be nice if there also was a column for one-touch buttons.

      Comment

      Working...