ETL development API constructs
Extractors and parsers access ETL configuration using the Conf object. This object includes various methods that enable you to perform different operations. Examples of some common operations are:
Create an instance of the Conf object that contains the current ETL configuration —
DBConf cnf = (DBConf)this.getConf();
Read the configuration property —
String val = conf.getProperty(<propertyname>);
Read the log level —
Conf.PROP_LOGLEV
For more information about the ETL development constructs, see the following topics:
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*