Forum Discussion

NN's avatar
NN
New Contributor III
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.)

  • JackLacava's avatar
    JackLacava
    Honored Contributor

    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.