[Tex/LaTex] csvsimple erros building csv table

csvcsvsimplekiletables

I want to use the csv package to insert tables into my document.
I am importing csv by using the \usepackage{csvsimple} command.

Then, in the code, I use \csvautotabular{Tables/test} to create the tables of a csv file with the following content:

Year,Make,Model
1997,Ford,E350
2000,Mercury,Cougar

However, when I click the PDFLatex button in Kile to generate the pdf file, I get the following errors:

enter image description here

What am I doing wrong? Is this package still working? Is there an easier/better way to download my csv tables from Google docs into latex?

Best Answer

After creating a MWE, and testing around I finally found the problem: this error occurs when csvsimple cannot find the specified file. Which is quite dumb imo. If you ask me newline errors have nothing to do with FileNotFoundExceptions...