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

NN
New Contributor III

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 1

JackLacava
Community Manager
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.