Hotkeys
- Alt+S focus to "Search" input
- Alt+C focus to "Columns" input
- Ctrl+Space autocomplete column name
- Alt+F toggle "Filter" mode
- Alt+U toggle "Unique" mode
- Alt+O show "Open file" dialog
- Alt+E show "Export table data" dialog
- Alt+T focus to "Truncate" menu
Search wildcards
- ? match any single character
- * match any string (including the empty string)
Wildcard characters can be anywhere in the search string, e.g:
- word* starts with "word"
- *word ends with "word"
- *word* contains "word"
Search flags
- ~ enable case-insensitive search
- ! inverse match
Flag characters should be at the leading positions in the string, e.g:
- !word not equals to "word"
- ~word* starts with "Word" or "word"
- ~!*word* not contains "Word" or "word", or "wOrD"
Associate table files with Rocket Table in Windows
Just execute this script from the directory where the rocket-table.jar is located
Command line parameters
-
--encoding=EncodingName specify encoding.
E.g.: --encoding=Cp1250
-
--sas-date-format-type=FORMAT_TYPE specify date format type.
E.g.:
- --sas-date-format-type=JAVA_DATE_LEGACY (default)
- --sas-date-format-type=SAS_FORMAT_TRIM_EXPERIMENTAL
- --sas-date-format-type=SAS_VALUE
- --sas-date-format-type=EPOCH_SECONDS
Libraries used
- Parso v2.0.14
- SBDF v6.5.0
Contacts
For questions, feature requests or technical support related to this application you can contact me:
xantorohara@gmail.com
License
Apache License v2.0