Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Integrator

Showing 31

Send XML CDATA over a Rest connection

I need to send XML data in the body of a Rest POST request. This XML data contains CDATA escapes. Apparently Jedox automatically puts a CDATA around the body text and refuses CDATA. It would be nice if Jedox would allow CDATA in the request ...
over 3 years ago in Jedox Platform / Integrator 0 Not Planned

Sending the mail with Cc and Bcc with Jedox ETL Scheduler

Hello, there is a customer requirement to receive all the escalation emails as "CC" recipients through our ETL Scheduled Job but unfortunately, due to the short coming, I am currently adding the CC emails to my TO email list through mailer.addReci...
over 3 years ago in Jedox Platform / Integrator 0 Not Planned

cd as source format in the DateFormat Function in the FieldTransform

At the moment the cd format is only supported as a target format. When a date is needed as an input variable in an integrator project it is quite difficult to get it in another fomrat than the cd format to the integrator. If you use for example th...
over 3 years ago in Jedox Platform / Integrator 0 Not Planned

Show tracepoints in the Flow graph of integrator projects

It would be nice if the Flow Graph of some Integrator project could somehow show whether a component in the project does have any (active) tracepoints.
over 3 years ago in Jedox Platform / Integrator 0 Not Planned

row count of a component in scripting

using the following: source = API.initSource('myextract'); count = 0; while (source.nextRow()) { count++; } this would be great to have a method to get the rowcount directly, e.g.: count = source.rowCount(); if I want toto iterate over the source ...
over 3 years ago in Jedox Platform / Integrator 1 Not Planned

Add the ability to specify Attribute type in ConstantTree

In a ConstantTree, additional columns are always identified as string attributes. There should be the ability to specify if the attribute is string or numeric.
almost 4 years ago in Jedox Platform / Integrator 0 Not Planned

Add a connector for Amazon Redshift

Add an officially supported Jedox connector for Amazon Redshift.
about 4 years ago in Jedox Platform / Integrator 1 Not Planned

Integrator project Wizard

When you create an integrator project, you ALWAYS do first steps over and over again: create connection, create extract, create field transform, create load, create job. With a very simlar approcach to DDM you could limit this to a few clicks by s...
about 4 years ago in Jedox Platform / Integrator 0 Not Planned

CLOUD | Allow Integrator to access log files

Dear Jedox, The log files have useable server statistics. i.e. user login, users opening reports, ect. please allow the jedox cloud integrator to access the Core.log.
about 4 years ago in Jedox Platform / Integrator 0 Not Planned

Virtual constant table

Sometimes you need to have a list of values to iterate on, for instance in a loop job. A constant table is used for this purpose. This would be great to be able to populate a constant table with variable values (like an array), coming from a diffe...
over 4 years ago in Jedox Platform / Integrator 0 Not Planned