maltego_export_csv
Export entities from the active Maltego graph to a CSV file for archiving or re-import into investigations.
Instructions
Export the active graph's entities to a CSV file (round-trips with import).
Writes the same type,value,notes,link_to schema that maltego_import_csv
reads, so an exported CSV can be re-imported to reconstruct entities and their
relationships.
Args: params (ExportPathInput): - path (str): Destination CSV file path.
Returns: str: Confirmation including the path and entity count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |