User-8153698 posted
Thanks...
What I am getting is the rows inserted but with NO VALUES in any of the fields, except the the 2 columns the table is populating Append_Date (Date()) and APpend_Time(Time())..
I was using Text 255 for a column type I changed it to Number(Double)... and as say I get blank rows inserted.
Don't klnow if thios helps but here is the insert statement I am using...
INSERT INTO RAW_Customer_Data ( first_name, middle_name, last_name, date_of_birth, address_1, address_2, city, region, code, country, email_address, phone_type, phone_number, id_type, id_number, pan, expire_date, customer_id, card_program, card_status, activation_date, hold_response_code, last_update_date )
SELECT F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15, F16, F17, F18, F19, F20, F21, F22, F23
FROM [Text;HDR=NO;DATABASE=C:\Users\Phillip J Seaman\Code\Companies\BPMA\SumaCard 2010\FTP_DL\;].[custinfo_output Processed Thu 12 09 2010.txt]
Now what am I missing???