I keep getting "Referenced table C:\Users\IA\Documents\QGIScsvtest1.csv in query not found!" fault message when trying to read a CSV.
I go to create a virtual layer (I want to keep the CSV out of QGIS to be able to work on it without having to reload it all the time). I want for example new data to show in QGIS without having to close and reopen QGIS.
I enter this query:
SELECT * FROM 'C:\Users\IA\Documents\QGIScsvtest1.csv
and get the aforementioned fault. QGIS finds the file while I am doing the query. I have tried different file names and search paths.
The data is very basic:
It is in Sweref 99TM EPSG:3006
I have checked with a couple AI's, but it is going in circles at this point.
I have tried reading the csv directly into QGIS and it works, and from there I can (but don't want to) virtualize it.
That worked, once I got the make_point sorted.

