Posted by NC on 01/12/06 18:45
nescio wrote:
>
> 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?
Theoretically, you could try to see if there is any character that
occurs equal number of times on each line...
Cheers,
NC
[Back to original message]
|