So there are a couple of options here.
- If you want to PUSH the data out of OneStream you have to determine if you want to:
a) Push data as a data table into an external Database or
b) Create a CSV file of the data to be pushed out to a file storage (SFTP, AWS S3, Azure Blob etc)
- Or, if you can use your external system to PULL the data out of OneStream you can leverage the REST API to call that same DataAdapter to get all the data you need.
Some factors to determine which method other than the obvious ones of which process you would prefer, would be things such as how large the data set it, how frequent you need to do it etc.
For more in-depth discussion on your specific use case, I would recommend you submit a ticket to our support/Remote Consulting team to discuss.
Regards, Joakim