Skip to content

Add Rainbow CSV plugin

Waqar Ahmed requested to merge work/rbql-plugin into master

Rainbow CSV plugin allows one to run SQL like queries on CSV data using RBQL https://github.com/mechatroner/RBQL

Currently it has only one feature:

  • Run RBQL queries on the file

The plugin automatically detects the separator of the file using the highlightingMode information provided by the document.

Note that we already support rainbow style highlighting of the CSV files via ksyntax-highlighting, though I haven't tested it with csv files that have a lot of columns

BUG: 451981

Merge request reports