Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Integrator

Showing 144 of 1062

Integrator Extracts/Transforms: persisted cache option

New cache option: persisted cache. This would be very helpful for REST based connections where you do not want to pull over all the values again (especially if it was a process of looping through row-limited rest requests). If ticked, the persiste...
almost 2 years ago in Jedox Platform / Integrator 0 Future consideration

TableView: advanced option to select the 1st row as field names

Allow an Integrator developer to select the first row to be used as the header/field name row in a Table View. Option could be called "Use Start Line as field names"
almost 2 years ago in Jedox Platform / Integrator 0 Future consideration

Parent operator in json extract

JSONPath has no parent operator (unlike XML). When getting the following json from a rest webservice: { "data": [ { "id": "xxxxxxxxxx", "pages": [ { "id": "yyyyyy", "questions": [ { "id": "1234567", "answers": [ { "tag_data": [], "text": "blaaaaaa...
almost 4 years ago in Jedox Platform / Integrator 0 Future consideration

Dynamic ordering of included columns via RegEx

Regular expressions allow for matching several columns at once. We would like to have an easy way of ordering columns via RegEx, so that column order is not dependent on simple order operations like "ascending","decending" and also multiple column...
about 2 years ago in Jedox Platform / Integrator 3 Future consideration

ETL Groovy Custom classes

For backuping the databases we use a custom Groovy script, but currently this won't support custom classess such as Amazon S3. Maybe it is good to include the posibility to make the use custom classess who easily could be import via the import...
about 4 years ago in Jedox Platform / Integrator 0 Not Planned

Integrator: Request limits in REST connections

This would allow REST Integration builders to insert "pauses" in their projects without writing groovy. The idea would be to allow for pauses after a request is completed before executing the next step in the process. With a standard REST / JSON e...
about 2 years ago in Jedox Platform / Integrator 0 Future consideration

Support connections that require Multi-Factor Authentication in Integrator

When using a username and password in an integrator connection, where the target system has 2FA/MFA implemented, this will fail since Integrator is not able to handle the response for 2FA (dialog to enter code or use authenticator app etc). Ideall...
about 2 years ago in Jedox Platform / Integrator 0 Not Planned

Show variables used in ETL-jobs, loads, process-steps in FlowGraph

In integrator it would be very helpful to be able to see the variables that are used in an integrator process in the FlowGraph. This could be shown in each job/load or even next to each integrator step in the FlowGraph. This gives you a better ove...
over 2 years ago in Jedox Platform / Integrator 2 Already exists

Load "Replace by Security"

In HFM you could when loading data, set a setting they called replace by security. Basically what it did, was to use security settings to determined how to replace data. This way you could load data, and have the settings determine how to overwrit...
over 2 years ago in Jedox Platform / Integrator 0 Not Planned

Option to initialize groovy variables at runtime (not when the job starts)

when using a variable set by a groovy script, the variable is initialized when the job or load is executed, not when it is needed in the flow of the job. this is a problem when using tokens for APIs whose validity is limited in time. The token is ...
over 2 years ago in Jedox Platform / Integrator 3 Not Planned