StephenRogers
9 years agoQrew Trainee
Extract Data from QuickBase to Use in PowerBI
I need to extract data from QuickBase on a regular basis (ideal would be every 10-15 minutes into a SQL based analytical data model for consumption by PowerBI dashboards and reports.
As I understand it, the only native way to do this is via the API. There are 2 issues I'm having there - 1) the XML response I'm getting doesn't have a schema and thus is not consumable by PowerBI (I'm trying to get a nice standard equivalent to CSV but haven't figured that out yet); 2) there are API charges for calling it that will add up for such frequent data access.
I understand that there is Qunect ODBC driver and I am looking into that (expensive) tool, but am concerned that it is just a wrapper for the API and if so it would be both slow and costly to use.
I am quite capable of writing code to do what I need, but I need to do feasibility testing before embarking on that.
Can someone help point me in a good direction on this? My customer has years of data in QB and needs to be able to repurpose it using external tools, without starting over from scratch with a new system.
Thanks, Stephen
As I understand it, the only native way to do this is via the API. There are 2 issues I'm having there - 1) the XML response I'm getting doesn't have a schema and thus is not consumable by PowerBI (I'm trying to get a nice standard equivalent to CSV but haven't figured that out yet); 2) there are API charges for calling it that will add up for such frequent data access.
I understand that there is Qunect ODBC driver and I am looking into that (expensive) tool, but am concerned that it is just a wrapper for the API and if so it would be both slow and costly to use.
I am quite capable of writing code to do what I need, but I need to do feasibility testing before embarking on that.
Can someone help point me in a good direction on this? My customer has years of data in QB and needs to be able to repurpose it using external tools, without starting over from scratch with a new system.
Thanks, Stephen