upload_csv
Process employee data from a CSV file to enable Solana token airdrops, role-based allocations, and automated email notifications for corporate HR teams.
Instructions
Process employee data from a CSV file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Path to the CSV file |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"description": "Path to the CSV file",
"type": "string"
}
},
"required": [
"filePath"
],
"type": "object"
}