I tried the following code in the Groovy in the Jedox ETL.
-----------------------------------------------
import javax.mail.Message;
LOG.info("BCC:" + Message.RecipientType.BCC);
mailer = API.getMailer();
mailer.setServer();
mailer.addRecipient...
ETL: change variables without leaving the current component
It would be great to be able to change default values of variables
without leaving the current component.
..e.g. via a sidebar or popup.
This would make development and testing more efficient.
Currently whenever you need to change a variable valu...
When creating ETL project, a lot of debugging is needed. At this moment to check if data is correct, I'm exporting data to CSV right from DataPreview vindow. The problem - it exports only data visible on screen.
Sure - with BIG data, it is ok.
My...
Provide Excel/Office Add-in only installer binaries as download
In order to install Jedox Excel add-in for end users, we are currently forced to download the full install package. On some end users, like in India, this can take up to 3 hours to download.
Further, we often see that customers IT departments ins...
I'd like a menu in the Web (System Administrator) for backup and recover databases using an easy interface.
Sometimes is very useful to snapshot a database and recover it from a known status.
Stop services, copy directories, in windows or linux ...
Create Load/Transform from Extract and Load from transform
in the flow of creating new models we commonly create Extract, Transform and Load for each dimension. It would be nice to create a transform right from the editing window of an extract and jump right into it's settings, to edit it directly.
For very large tables in SAP it tooks a long time to select all fields to export. It would be nice if there is a select option to export all existing fields of a SAP-Table by one click.