Dmitry Ignatovich

Results 18 issues of Dmitry Ignatovich

This would be especially useful for multiline CSV fields. This also could be useful for very long (oversized) textual fields even if they don't have newlines in them - in...

New feature

[AS in SQL: definition](https://www.w3schools.com/sql/sql_ref_as.asp) It would be very convenient for CSV and Parquet(if we start to support it). Although `AS` wouldn't make sense for some of the output formats e.g....

Add a command-line option to start a web server which would provide a nice web UI similar to the https://rbql.org website. e.g.: `rbql --input test.csv --web` - this will start...

One of the main problems is supporting JOIN, when we have a query like `select * JOIN other_file.json on a['key'] = b['key']['subkey']`, what should the output records be? One option...

RBQL can now handle `a.good_alphanumeric_column_name` and `a["arbitrary column name!"]` notation (see #6 ). But it would be great to go further and support direct column variables like `name`, `surname`, `price`...

It is OK to support parquet only for the Python version (at least as the first iteration)

This will provide a convenient way to preview tables with numerous columns (> 10) that don't fit into a single line. Also, we will be able to autocomplete column names...

Investigate the possibility to support window functions.

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

Original ticket: https://github.com/mechatroner/sublime_rainbow_csv/issues/19