Hi everyone,
I’m working with lead lists in CSV format and looking to expand and enrich the data using automated workflows. Currently, I use Python scripts to handle tasks like:
- Adding classifications based on employee count (e.g., “Small Business” or “Enterprise”).
- Enriching data with external AI, such as determining gender from full names for personalized outreach.
However, the process involves importing multiple AI modules, and the scripts can take a long time to execute depending on the list size (and API limits). I’m concerned about potential timeouts and whether using the Python node in N8N is the best approach for this. Looking for advice on how to efficiently handle such workflows in the N&N cloud. Thanks!
- n8n version: 1.69.2
- Database (default: SQLite): QLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
- Running n8n via (Docker, npm, n8n cloud, desktop app): self-hosted in google cloud
- Operating system: Windows10