hmliang
20th January 2007, 10:51
hi all,
i want to delete line in csv file via baan program script,but i don't know which used function of baan program?
please help me,thanks.

bdittmar
20th January 2007, 12:26
hi all,
i want to delete line in csv file via baan program script,but i don't know which used function of baan program?
please help me,thanks.

Hello,

skip this line while importing the csv-file to BaaN.

e.g.

if field.value = abcd then

else
db.insert
endif