PRQL / prql-query

Query and transform data with PRQL
Apache License 2.0
126 stars 7 forks source link

Fails when there are spaces in the filenames #13

Closed snth closed 2 years ago

snth commented 2 years ago

While the filename is quoted correctly, the table alias that is created will contain spaces which is not valid.

Proposed solution: replace spaces in the table aliases with underscores.