pg_import_table_data
Import JSON or CSV file data into PostgreSQL tables using specified connection parameters and file paths.
Instructions
Import data from JSON or CSV file into a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | ||
| tableName | Yes | ||
| inputPath | Yes | absolute path to the file to import | |
| truncateFirst | No | ||
| format | No | json | |
| delimiter | No |