![]() |
VOOZH | about |
The CData ODBC Driver for Typeform enables you to link to Typeform data in Microsoft Power Query, ensuring that you see any updates. This article details how to use the ODBC driver to import Typeform data into Microsoft Power Query.
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
Start by setting the Profile connection property to the location of the TypeForm Profile on disk (e.g. C:\profiles\TypeForm.apip). Next, set the ProfileSettings connection property to the connection string for TypeForm (see below).
Authentication to TypeForm uses the OAuth standard.
To authenticate to TypeForm, you must first register and configure an OAuth application with TypeForm here: https://admin.typeform.com/account#/section/tokens. Your app will be assigned a client ID and a client secret which can be set in the connection string. More information on setting up an OAuth application can be found at https://developer.typeform.com/get-started/.
Note that there are several different use scenarios which all require different redirect URIs:
After setting the following connection properties, you are ready to connect:
Follow the steps below to import Typeform data using standard SQL:
From the ribbon in Excel, click Power Query -> From Other Data Sources -> From ODBC.
Provider=MSDASQL.1;Persist Security Info=False;DSN=CData API Source
Enter the SELECT statement to import data with. For example:
SELECT Id, Title FROM Tags WHERE SettingsIsPublic = 'true'👁 The ODBC connection string and SELECT query. (Salesforce is shown.)
Enter credentials, if required, and click Connect. The results of the query are displayed in the Query Editor Preview. You can combine queries from other data sources or refine the data with Power Query formulas. To load the query to the worksheet, click the Close and Load button.
👁 Tables loaded in Power Query. (Salesforce is shown.)Connect to live data from Typeform with the API Driver
Connect to Typeform