Forum Discussion

NN's avatar
NN
Contributor
3 years ago

Create DM Cube View extract as a Json file via business rules?

Anyone have an example how to create Json files within OS?
(I need to create an export of Cube View and a Metadata extract in Json format, this will be triggered by a DM job.)

1 Reply

  • JackLacava's avatar
    JackLacava
    Community Manager

    Check the REST API Implementation Guide for the DataProvider calls to extract CV data.

    As for metadata, you can write an extender that will output with the Newtonsoft.Json library, which is available in the product.