bulk-upsert
Insert or update multiple records in a database table using CSV or JSON files. Specify a unique key to handle existing data efficiently.
Instructions
Bulk insert or update data from CSV or JSON file. Supports upsert operations with a unique key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | API key for authentication (optional if provided via --api_key) | |
| table | Yes | ||
| upsertKey | No | ||
| filePath | Yes | Path to CSV or JSON file containing data to import |