Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mechatroner committed Jul 5, 2024
1 parent e2e5b57 commit 3dbbfd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/rainbow_csv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ Set to `1` to use system python interpreter for RBQL queries instead of the pyth
If most of the CSV files that you work with have headers, you can set this value to 1. In this case RBQL will treat first records in files as headers by default.
You can also adjust (or override) this setting by adding "WITH (header)" or "WITH (noheader)" to the end of your RBQL queries.

*g:rbql_trim_spaces*
Default: `1`
Trim/Strip all trailing and leading spaces in all fields when running RBQL.
Set to `0` to preserve leading and trailing spaces in output, this might also slightly improve performance.

==============================================================================
5. Tips *rainbow_csv-tips*

Expand Down

0 comments on commit 3dbbfd7

Please sign in to comment.