Currently if the JOIN path has a space (e.g. C:\Users\User\Desktop\original template\test.csv) inside then the parser will fail with Error type: "query parsing". If the path is quoted then the parser will fail with Error type: "IO handling" Details: Unable to find join table "___RBQL_STRING_LITERAL0___".
With VSCode plugin, JavaScript, running command select a1, b2 join C:\Users\User\Desktop\original template\test.csv on a3 == b2
Currently if the JOIN path has a space (e.g.
C:\Users\User\Desktop\original template\test.csv) inside then the parser will fail withError type: "query parsing". If the path is quoted then the parser will fail withError type: "IO handling" Details: Unable to find join table "___RBQL_STRING_LITERAL0___".With VSCode plugin, JavaScript, running command
select a1, b2 join C:\Users\User\Desktop\original template\test.csv on a3 == b2