I will recommend you keep the exported passwords in some safe place to prevent them from getting misused by others. You can even encrypt the file for more security. Better print the document out and keep it in the most secret place within your house. I will even not recommend you keep it on any of your cloud storage without encrypting it properly.
Function indexes are not directly supported by this database, but they can be emulatedby using generated columns. For example, if an index on the upper-case version ofa column is required, create a generated column with the upper-case version of the original column,and create an index for this column:
The CSV manager tab (shown in the screenshot) allows you to import, export, view and delete CSV files to the local storage of the extension. So the CSV files are not directly accessed from the hard drive, but they are stored inside the web browser. The reason for this is that modern browser extension have no access to your hard drive. Just like with the macros, all CSV files are stored locally inside your browser (technically called local storage), nothing is uploaded to any kind of cloud service.
If you have the UI.Vision RPA FileAccess XModule installed, you can switch the macro storage mode to Hard-Drive Storage. This will also redirect all CSV read and write operation directly to the hard drive. By default, CSV files are then stored in the "UIVision/datasources" folder.
In the default storage mode macros, test suites and all UI.Vision RPA settings are stored inside your web browser in what is called technically HTML5 local storage. Nothing is copied or moved to the cloud. This means that once you uninstall the UI.Vision RPA extension, your macros are gone! You can use the "Export" feature to create backups of your important test cases, CSV data and images. The fastest way to export everything is to use the "Run backup now" button on the backup settings panel. It exports all data at once.
Rarely used and deprecated command line options: - closeKantu=0 - (deprecated) It is now called closeRPA - continueInLastUsedTab=0/1 - Default is "1". So by default the macro of each new command line call continues in the tab where the last macro stopped (the active tab). An example use case would be that macro1 does the login, macro2 runs a test and macro3 does the log off. If you prefer that UI.Vision RPA opens a new tab for each new command line call use "continueInLastUsedTab=0". - loadmacrotree=0 - (A rarely needed setting) If 1, all macro files are loaded at startup into the side bar treeview. This increases startup time, thus the default is "0". Note that when using loadmacrotree=0 UI.Vision RPA looks directly in the file system for the macro, and thus the folder and macro names are case-sensitive on all operating system if the internal HTML5-storage mode is used (= browser file system). In hard-drive mode only Linux is case-sensitive. - testsuite=testsuitename (deprecated) - please use the new folder command.
f448fe82f3