The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
JoeKlapton
3 years agoNew Contributor
Importing data from external database to OneStream DataTables using smart integration connector
I am trying to import data directly from an external database and store it in a temporary data table in OneStream using Vb.net code. Unsure if this needs to be achieved through extender business rule or connector business rule. A code snippet of similar implementations would be helpful.
1 Reply
- NicolasArgenteValued Contributor
Hi Joe!
As you are not loading anything in the cube or in stage, It sounds like an Extender BR.
Now, the code mainly depends on the file format (XML, JSON...) or even the Connection type (RestAPI, ODBC...)
But please have a look at this : https://community.onestreamsoftware.com/t5/Rules/REST-API-USE/m-p/3761#M158
YOu wont need the getfield List As you do not use it into a workflow IMPORT. But the rest of the code is usefull.
If it helps please give a kudo! 🙂
Cheers
Related Content
- 9 months ago
- 2 months ago