hi,
i'm trying to import a csv file into nms, but continously get an error msg -> Error line 1, not enough fields.
i made a test file which looks like this to rule out any error from exporting from mac addressbook:
name,email,list
user1,mail1@mail.de,test
user2,mail2@mail.de,test
user3,mail3@mail.de,test
any help on this is greatly appreciated.
greets, rtkd
[NMS] - CSV import?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: [NMS] - CSV import?
I'm testing a new version of NMS at the moment (and import works in the new version).
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: [NMS] - CSV import?
NMS version?rtkd wrote: name,email,list
From help I read:
uniqueid, email address, username, list name, active
Alby
Re: [NMS] - CSV import?
@alby
nms 1.0.2
i added the missing fields and it said:
Lines imported: 3
Members added: 3
EDIT --> stupid me,it works now!!! i just didnt klick on filter...
now i just have to find an easy way to edit the csv file i got from a client to have the required fields
@calguy
what do you think when will it be ready for use in the wild or close to it?
can i help with testing?
nms 1.0.2
i added the missing fields and it said:
Lines imported: 3
Members added: 3
EDIT --> stupid me,it works now!!! i just didnt klick on filter...
now i just have to find an easy way to edit the csv file i got from a client to have the required fields
@calguy
what do you think when will it be ready for use in the wild or close to it?
can i help with testing?
Last edited by rtkd on Fri Jan 04, 2008 4:12 pm, edited 1 time in total.
Re: [NMS] - CSV import?
I had difficulties too, but fond out that the problem was the CSV which Excel generates. It uses ; (semicolon) instead , (comma). So I had do substitute all semicolons at a text editor and then it worked.
Re: [NMS] - CSV import?
I believe you can change the semicolons for spaces in Excel