Prepare CV Data for Translation
You're a headhunter. You've fetched and extracted a CV, but the fields contain values like "RAAAAWRGWAWGGR" and "WWWRRRAAAGH". These aren't words, they're Wookiee growls!
The candidate is Chewbacca. You have access to a translation API, but it only accepts one word at a time. The API provides a fieldsToTranslate array. Split it into separate items so you can translate each one.
What you'll practice:
- Using the Split Out node to separate array items
- Understanding how n8n processes multiple items
- Preparing data for batch processing
Login to see the exercise
Create an account to access challenges and track your progress.
Log in to see exerciseNext up
Translate CV Fields
Related Content
Continue your learning journey with these related challenges and guides:
Learn how to use the HTTP Request node in n8n to connect to any API. This guide covers all HTTP methods (GET, POST, PUT, PATCH, DELETE), sending data, and handling responses.
Learn how to add your OpenAI API key to n8n in under 5 minutes. Step-by-step guide to creating an API key and configuring the OpenAI node.
Learn how to trigger n8n workflows from incoming emails using Gmail Trigger and extract key email fields for processing.
Learn to extract nested JSON fields into a flat structure using n8n's Edit Fields node and expressions.
Learn how to fetch and parse API data in n8n using the HTTP Request node. Practice extracting nested JSON fields into clean output.