Adding/updating multiple databases at once

You can find this feature in OracleDB configuration ( LPAR2RRD UI ➡ Settings icon ➡ Oracle Database ) below the table of currently added databases.
This feature lets you add/update multiple databases at once by uploading ".csv" file that contains necessary information about the databases.
File should be structured as shown in the example below:

Header:
LPAR2RRD DB alias;Service;Menu Group(empty if not needed);subgroup(empty if not needed);DB type;username;password;port;hosts(separated by",");pdb services(separated by",");
File example:
ExampleAlias01;XE;Maingroup;subgroup;Standalone;lpar2rrd;password;1521;192.168.1.1;
ExampleAlias02;XE;Maingroup;;RAC;lpar2rrd;password;1521;192.168.1.1,192.168.1.2;
ExampleAlias03;XE;Maingroup;subgroup;Multitenant;lpar2rrd;password;1521;192.168.1.1;XEPDB1,XEPDB2;