PDA

View Full Version : Importing CSV with Net Viewer


Custom Search


Jonnan
08-18-2015, 09:10 AM
Hey

I'm fiddling around with a way to import addresses with net viewer.
Found this informative how-to on youtube:
https://www.youtube.com/watch?v=40wVwL_2Vvw

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
08-18-2015, 11:09 AM
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).

Jonnan
08-18-2015, 12:05 PM
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.

Custom Search