Having a problem importing clients from a comma delimited database. Have a database that looks like: email,first,last john@aol.com,john,smith tom@aol.com,tom,smith And it imports like: john@aol.com,john,smithtom@aol.com tom,smith,nextemail@aol.com Problem with a hard return or something, I guess. Any ideas? I'm on a Mac and have tried saving the file as DOS, Unix, Mac, Excel CSV, and just about everything. Help!!
Amember doesn't seem to recognize when a record has ended and a new one has started. For example a record like: email,first,last john@aol.com,john,smith tom@aol.com,tom,smith Will import like: email,first,lastjohn@aol.com john,smith,tom@aol.com tom,smith,nextemail@aol.com Instead of keeping the email in the email field, first name in the first name field, and last name in the last name field.
Same Problem Im having this same problem. No matter what i do it doesn't recognize when one record ends and another begins. Anyone solved this problem yet?