hi, i'm curious if this is possible to implement?  not seeing it in the docs..


for example, in R you can use

read.csv() which uses , as the delimiter and . as the decimal

or you can use

read.csv2 which uses ; as the delimiter and , as the decimal



thanks all