hii friends this is kavitha,when i load the data from .csv files into informix,i get a error like
load from 'sample.csv' DELIMITER ','
INSERT INTO atest(x,y)
# ^
# 846: Number of values in load file is not equal to number of columns.
#
# 847: Error in load file line 1.
#
#
****my data file sample.csv******* i have 2 rows data as below
"0,3,4",0,0,"Growing Herbs from Seed, Cutting, and Root""0,2,1",0,0,"The Perfect Storm: A True Story of Men Against the Sea"
**************************
table name -- atest
it has 2 columns x and y each column size 100 characters.
plss tell me solution,how to overcome this problem
many thanks
kavitha