Posted by nescio on 01/10/06 13:50
hello,
in a csv-file the field delimiter is mostly this: ','
(that is why they call it csv i suppose)
but people can use every sign they please.
my problem is this: how can i find the field delimiter they use?
in a csv-file?
(i have an application that workst with a lot of different csv-files;
people can choose from a listbox the field delimiter for the file they have
chosen;
but i want to check if the delimiter they choose is the same as in the
csv-file)
thanks
[Back to original message]
|