Merge with CSV file

Hi,

I sent an email and it went fine.  I am using a CSVTable created in Memory.  The email seems to be extracted fine as I am receiving the email but the one insert that i have in there is not showing up in the email.  It shows up as blank.  The CSV data before I Base64 encode it is.  What gives? 

"ADDR,TYPE, INS_1\r\nhassan.hussain@dbt.co.uk,internet,Buster10\r\n"

Processing ID:    "0ACD3608-1290-110214184947198"
MessageId:        "HASSAN-PC14/02/2011 18:43:03"

Job Number:           00214114

Sent By User:         PT/DBT

Entered System:       02/14 13:43 EST

Report Generated:     02/14 13:43 EST

Customer Reference:   308

Billing Code:         308

 

 

 

Comments

  • If your sample of the CSV file is exactly as you submitted, I think the problem is that you have a space before the "INS_1" in your column headings.

    Try it without the space:

    "ADDR,TYPE,INS_1\r\nhassan.hussain@dbt.co.uk,internet,Buster10\r\n"


    and see if that works better.