Problem processing csv file

I'm processing the file with the following open code: Xls.Open(WorkFile, TFileFormats.Text, ';', 1, 1, nil, Win1252Encoding, true);

Dominique