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>
ChristianW
OneStream Employee
4 years agoIf 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>
mike
4 years agoNew Contributor II
Hey Christian, how does the filter parameter for the FdxExecuteDataUnit method work? It's a string and I assumed it would be similar to the Data Management extract filter (i.e. something like "A#All:U1#Top:U2#Top" etc) but that's not working. It doesn't like the syntax of having the # in the string.
- ChristianW4 years ago
OneStream Employee
Hi Mike
Sorry for the late answer. The filter works like in an sql query's where statement: "Account = 'Test' or Flow='None'"
Cheers
Related Content
- 5 months ago
- 7 months ago