Definition and Usage
The Import from CSV file command is used to import data from a CSV file to a data table.
Parameters Values
Set parameters
Parameters | Description |
File path | Select a file to import from your local device |
Encoding | Select a text encoding format |
Use custom delimiter | Whether to use a custom content separator |
Use the first row as headers | Specify whether to use the first row as the table headers |
Save data as | Save the imported spreadsheet as a new variable |
Error handling
Parameters | Description |
When error occurs | If an error occurs, the process is terminated by default. You can also ignore the error or retry the current command |
Example
This workflow will import data from the CSV file of your local computer and write the content Title
to the cell located in row 1 and column 1.