Suppose I have the following scientists.csv file:
name,surname;age
Albert,Einstein;133
Marie,Curie;145
Thomas,Edison;165
Now I want to use ; as the only delimiter:
How can I do that?
MWE
\documentclass{article}
\usepackage{csvsimple}
\begin{document}
\csvautotabular{scientists.csv}
\end{document}
It produces:

\csvautotabular[separator=semicolon]{scientists.csv}..? – jon Aug 15 '14 at 04:32pgfkeys: I do not know the key '/csv/separator' and I am going to ignore it. Perhaps you misspelled it. ...abular[separator=semicolon]{scientists.csv}. – hola Aug 15 '14 at 04:34csvsimple.sty 2013/09/25 version 1.07 LaTeX CSV file processing(according to\listfiles) – jon Aug 15 '14 at 04:38