Forum Discussion
Tahir2061
4 years agoNew Contributor III
Exporting Data automatically to outside of OneStream
HI
I am trying to automate a data extract process to send data from OneStream to another system eg Anaplan. I have a data Mgmt job to Export the data to a CSV on the file share. I now want to move ...
- 4 years ago
If you are not afraid of Business rules, you should try to use the Fdx functions within BRAPI, they are creating a datatable object and they are retrieving the data very fast, they are all starting with
BRApi.Import.Data.Fdx<Something>
Krishna
3 years agoValued Contributor
You can do this multiple ways.
1. Export the DM Job to csv to an external storage like AWS or Azure Storage using a Extended BR.
2. Export the DM job to Data Table and use the RESTAPI from of your Target (ANAPLAN) to call directly from OS Business Extended BR.
3. It can be exported to Database As well.
Related Content
- 5 months ago
- 7 months ago