Guest.Visitor
01-28-2002, 01:05 AM
How can I transfer a numeric or date field from the AS/400 to a CSV file with a NULL value? When I attempt to transfer the file and set the field to NULL, I get "" where the NULL value should be. FLDA NUMERIC 1 FLDB NUMERIC NULL FLDC NUMERIC 1 I get 1,"",1 Instead of 1,,1 Any Help? Thanks