maltego_import_csv
Import CSV data to create entities and links on your Maltego graph. Accepts file path or raw text with type, value, optional notes and link_to columns.
Instructions
Build entities (and optional links) on the active graph from CSV.
Accepts a CSV file path or raw CSV text with a 'type,value' header (optional 'notes' and 'link_to' columns). The 'type' column accepts friendly aliases ('Domain', 'Email', 'IP') or full Maltego type ids. Entities are deduplicated; rows with unknown types are skipped and reported.
Args: params (ImportCsvInput): - path (Optional[str]): Path to a CSV file, OR - content (Optional[str]): Raw CSV text.
Returns: str: Counts of entities added/reused, links added, rows skipped, and any per-row warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |