Issue with importing CSV file into NMS

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
CapereSpiritum
Forum Members
Forum Members
Posts: 223
Joined: Wed Dec 28, 2011 12:11 pm

Issue with importing CSV file into NMS

Post by CapereSpiritum »

Hi Folks

We launched a site a while back complete with NMS (Newsletter Made Simple). The client has just got around to using NMS and is trying to import contacts in a CSV file generated by Mail Chimp

It throws up the folloowing for all complete entries

Code: Select all

Number of elements: 3
Array
(
    [0] => aabbott@ddfire.gov.uk
    [1] => Alison
    [2] => Abbott
)
I trimeed the file down to 7 contacts and combined the Forename and Surnames to a single field which works fine.

There are 30,000 + contacts in the file so diing a manaual 'tweak' is no small task.

Does anyone know if there is a 'fix' for this situation?

Details
CMS Version 1.11.5 WILL BE UPDATING SOON

CMSMailer 5.2.1
CMSPrinting 1.0.4
FileManager 1.4.3
MenuManager 1.8.5
MicroTiny 1.2.5
ModuleManager 1.5.5
News 2.12.12
Search 1.7.8
ThemeManager 1.1.8
Showtime 3.3
FormBuilder 0.7.3
Captcha 0.4.6
CGExtensions 1.36
FrontEndUsers 1.21.2
CGSimpleSmarty 1.6.2
CustomContent 1.8.3
JQueryTools 1.2.4
Products 2.18.4
CGEcommerceBase 1.3.11
Cart 1.8.4
CGPaymentGatewayBase 1.1
Orders 1.13.3
PaypalGateway 2.3.9
CGJobMgr 1.2.15
NMS 2.7.3
CGFeedback 1.5.12
SiteMapMadeSimple 1.2.7
JohnnyB
Dev Team Member
Dev Team Member
Posts: 731
Joined: Tue Nov 21, 2006 5:05 pm

Re: Issue with importing CSV file into NMS

Post by JohnnyB »

you have to follow its CSV format which is

Code: Select all

name@email.com,First Last
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo

--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Issue with importing CSV file into NMS

Post by paulbaker »

CapereSpiritum wrote:There are 30,000 + contacts in the file so diing a manaual 'tweak' is no small task.
Whilst I admit data processing is irritating and boring I'll bet this is possible with the use of Excel (using Text to Column feature), Textpad (using replace (F8) and possibly a regular expression, or your favourite text editor) and a couple of cups of coffee. ;D
Post Reply

Return to “Modules/Add-Ons”