
Arseniy Barmin
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Activity overview
Latest activity by Arseniy Barmin-
Arseniy Barmin created an article,
How to import a file to a shared Workspace?
Flatfile customers can invite their customers to import files to a shared workspace. To successfully import a file to a shared Workspace, follow the steps below. To upload a file to a shared Wo...
-
Arseniy Barmin created an article,
How can I split a field into 2 fields by a specific value?
You can create a custom DataHooks to split 2 fields by a specific value. Let's consider an example - a person's first name and last name are both inside the same row under the firstName field. We...
-
Arseniy Barmin created an article,
When dates are imported to Flatfile, are they automatically reformatted into the US (dd/mm/yyyy) style?
By default, yes. However, you can define a dateFormat field in your config file in Portal 2.0 to format dates any way you like. Use the below example to adjust your date formats: dateFormat: 'xx/...
-
Arseniy Barmin created an article,
If a record already exists in a database, and the data owner is uploading a row with updated information on that record, will that existing record be updated?
Yes! So long as the old record and the new record have both been identified with the proper primary key, the data will be updated.
-
Arseniy Barmin created an article,
Where can I find the Flatfile adapter version and the Flatfile importer config information?
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 us...
-
Arseniy Barmin created an article,
Can Flatfile handle an upload of more than one million records?
The short answer is yes! But there are some caveats. Flatfile regularly processes files and spreadsheets with over a million rows; however, the viability of doing this depends on both the number of...
-
Arseniy Barmin created an article,
-
Arseniy Barmin created an article,
How can I create API Keys?
You need to generate API keys before you can pull data via API. To generate API keys, log in to your Flatfile dashboard. Once you are logged in: Click on the 3 vertical dots on the bottom-left. T...
-
Arseniy Barmin created an article,
How do changes to my team affect my API keys?
API keys are tied to a specific user on an Account, and not to an Account itself. This means that if you remove a user from your Account to whom API keys are tied, new API keys will need to be gene...
-
Arseniy Barmin created an article,
What is the best way to work with JSON files using Flatfile?
The best way to work with a JSON file is to first convert that file to CSV and then preload the converted file to Flatfile. One way we recommend converting a JSON file to a CSV file is using the ...