arango_bulk_insert
Insert multiple documents into an ArangoDB collection with configurable batch size and error handling options like stop, continue, or ignore.
Instructions
Bulk insert documents with batching and basic error handling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | ||
| documents | Yes | ||
| validate_refs | No | ||
| batch_size | No | ||
| on_error | No | stop | |
| database | No | Database override |