This guide will teach you how import a dataset into Excel using the Foundry ODBC driver.
Foundry Excel
.myorganization.palantirfoundry.com
)./YourProject/yourdataset
, you would enter SELECT * FROM "/YourProject/yourdataset"
.By default, if you follow the steps above but do not enter a SQL query, the table browser will display an empty state. This can be resolved by restricting the connection to a single project by adding the catalog
property in your DSN and setting it to a full project path, such as MyOrg/MyProject
. You can do this by clicking on Additional Properties on the Driver DSN Setup window, and then clicking on Add. The table browser should then display correctly, although you will be limited to browsing a single project per DSN.
The same Foundry Connector for Excel can also be used to import data into Access databases.
catalog
property as described in the previous step.