mechatroner / RBQL

🦜RBQL - Rainbow Query Language: SQL-like query engine for (not only) CSV file processing. Supports SQL queries with Python and JavaScript expressions.
https://rbql.org
MIT License
276 stars 13 forks source link

Support different CSV separators in input and join tables #21

Open mechatroner opened 4 years ago

mechatroner commented 4 years ago

Currently separator in JOIN table has to be the same as in input table, this restriction can be removed