Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX 21.1 REST Data Source data profile for array of arrays

RMantinghAug 25 2021

Hi,
I have created a REST Data Source for a web service that returns a response in the following format:

[
  [
    1499040000000,      // A time value
    "0.01634790",       // A value
    .... etc.
  ]
]

The auto-discover function complains about not finding a row selector.
How do I set up a data profile for such a response manually?
Thanks
Ruud Mantingh

Comments
Post Details
Added on Aug 25 2021
3 comments
821 views