This n8n workflow automates the process of managing user data by creating a list of users, enriching their information with calculated age and external gender data, and generating a comprehensive CSV report as a binary file. Starting with sample data, the workflow splits the user list into individual items and processes each one to compute full names, ages, and fetch gender predictions from an external API. After processing all users, it aggregates the data to calculate the average age and total user count, then creates a CSV report containing all enriched user details. Practical use cases include automating user profiling for marketing, HR, or customer insights, ensuring data enrichment is seamless and report generation is automated.
Automating User Data Enrichment and Reporting in n8n
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | code, manualTrigger, set, splitOut, stickyNote |
Reviews
There are no reviews yet.