All Collections
Versions 3.0 and 2.0
Troubleshoot
Troubleshooting FAQs
Where can I find the Flatfile adapter version and the Flatfile importer config information?
Where can I find the Flatfile adapter version and the Flatfile importer config information?
Elisa Dinsmore avatar
Written by Elisa Dinsmore
Updated over a week ago

This article is for Flatfile's Portal 2.0, Portal 3.0, and Workspaces. If you'd like to check out the latest version of the Flatfile Data Exchange Platform, click here!

Flatfile Adapter Version:

If you are using NPM, run:

npm ls | grep @flatfile

in your command terminal. This will output the adapter version you are using. If you are using a CDN, you can pass on the CDN URL that you are using to us (look here for more information about the CDN URL). Please share the versions of all @flatfile packages you have installed.

Flatfile Config:

Flatfile Portal 2.0:

The config we ask for is the JavaScript code that you are passing to:

new FlatfileImporter

If you are loading in fields or hooks to your config, please make sure to include a description of how that works and an example of what the return value should be.

Flatfile Portal 3.0:

The config we ask for is the JavaScript code that you are passing to:

flatfileImporter

or:

Flatfile.requestDataFromUser

Flatfile Platform SDK:

If we request your Platform SDK config, please share anything you are deploying from your index.ts sheet (including imported dependencies) as well as any imported Data Hooks®, helper functions, and sheets stored outside the index.ts sheet.

Did this answer your question?