Currently the groovy function editor is not reflecting the high maturity which Jedox Integrator has reached now. You cannot even resize it if you have to develop a more extended logic. More real-time validation of the code and debugging support wo...
Save button from Integrator does not save name of the component
When editing the default name of a component in Integrator you must press Enter in order for the change to be applied. It should be also saved when clicking the Save button
Parquet file format is a type of csv where the data is laid out in a columnar fashion, instead of rows. We should have native support for this. https://parquet.apache.org/docs/file-format/ https://medium.com/mlearning-ai/parquet-file-explained-8d5...
List of jobs which are executed in indicated order.
For each job option "condition" with value:
- always
- if warning/succesful
- if successful
A job is only executed if the job status of the preceeding job matches the condition.
2 additional job...
Copy function from a Field Transform component to another one
In the integrator > field transform, i would like to use the same function for several different transforms. More specifically, i'm using a map and I'd like to use the same map in other transforms without retyping it (or updating it individually).
Load multiple Excel files from a directory with one connection and extract (like CSV Files).
Load multiple Excel files from a directory with one connection and extract (like CSV Files). Basically the same structure like creating a file extract using a folder-connection. But also working with Excel files :)
Client certificate authentication in REST Connections
In the past, we had to implement client certificate authentication for several corporate clients when we wanted to query REST APIs. It would be much more efficient and less complex not to use Groovy jobs for this, but to be able to add this certif...
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...
Export and Import all ETL Projects that are in a Folder
We have a Folder that includes 30 ETLs. Two Times a Year we export ETL by ETL and Load it in a New Folder. Meaning we extract 30 times and upload 30 times. It would save time if it is possible to export multiple ETLs and also Import Multiple ETLs ...