Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-10-29 | 2.5 kB | |
Release version 4.0.6.tar.gz | 2019-10-29 | 30.9 MB | |
Release version 4.0.6.zip | 2019-10-29 | 31.1 MB | |
Totals: 3 Items | 62.0 MB | 0 |
Future DSL
Configuration
- support for loading configuration files from resources is implemented
Connections
- added method GenerateDSLTableSpec to JDBC connections to create a DSL script describing the tables in the source code, as well as a list of fields in JSON and saved CSV data in the project resources
JDBC tables
- added method "bulkLoadCsv" for batch uploading CSV files to DBMS H2 and Vertica
DBMS
- added support Netezza Database
Fixed bugs DSL
- bug fixed when the "environment" parameter was ignored when the GETL launcher started
Future GETL
- getl.lang.Getl: added static method "main" for use this class as script launcher, where parameter runclass define the class name to run, for set script parameters value use the arguments as "vars.name=value".
- getl.driver.Driver.Support: added CREATEIFNOTEXIST and DROPIFEXIST
- getl.jdbc.JDBCConnection: added property "loginsConfigStore", which indicates in which section of the configuration logins and passwords for connection are stored (use method useLogin)
- getl.jdbc.JDBCDriver: added support for accessing tables of different databases of one server
- getl.jdbc.JDBCDriver: added parameter "tableMask" for method "retrieveObject"
- getl.files.Manager: added "isConnected" property
- getl.h2.H2Driver: added support for version 1.4.200
- getl.jdbc.JDBCConnection: added parameter "tableMask" to methods "retrieveObjects" and "retrieveDatasets" to filter the list of received tables by name mask
- getl.utils.Config: added support for reading configuration files from resources
- getl.utils.FileUtils: changed version of library zip4j to 2.2.3
- getl.netezza.*: added support the Netezza Database
- getl.jdbc.TableDataset: added parameters "moveFileTo" and "removeFile" for method "bulkLoadFile", which indicate what to do after loading the file
- getl.jdbc.JDBCConnection: added method "executeCommand"
Fixed bugs GETL
- getl.tfs.TDS: removed connection property MVCC (deprecated from H2 version 1.4.200)
- getl.h2.H2Table: headers for temporary files are turned off to bypass the bug in batch load csv file in H2 version 1.200
- getl.jdbc.TableDataset: fixed table truncating bug in truncate method
- getl.proc.Flow: added check that when copying records in method "copy" matching fields were found
- getl.tfs.TFS: for temporary files the default extension "csv" is specified
- getl.jdbc.TableDataset: added CSV file check for compatibility with the format required by bulk load to DBMS