Skip to main content
Newcomer
October 25, 2022

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

  • October 25, 2022
  • 1 reply
  • 0 views

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

OneStream Employee
October 31, 2022

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.