it is impossible to import a csv file where fields are separated by a non standard character (like ';', or '|').
a 'sep' option allowing to specify a field delimiter character would help usability, and be in line with other framework like in R, or in python pandas read_csv()