Generate Structured Metadata in Multiple Languages
detail.loadingPreview
Workflow to create structured metadata in both English and Chinese.
About This Workflow
This workflow demonstrates how to generate structured metadata for different languages, specifically English (en) and Chinese (zh). It starts with a manual trigger, sets an initial key-value pair, and then renames the key. This forms the basis for creating multilingual metadata objects.
Key Features
- Manual trigger to initiate the process.
Setnode to define initial key-value pairs.Rename Keysnode to modify existing keys, preparing data for structured output.- Output structure designed to hold multilingual metadata (en and zh).
How To Use
- Execute the workflow: Click the 'execute' button on the
On clicking 'execute'manual trigger node. - Initial Data Setup: The
Setnode will create a data object with a key named 'key' and a value of 'somevalue'. - Key Renaming: The
Rename Keysnode will rename the 'key' to 'newkey'. The output of this node will be a JSON object containing{"newkey": "somevalue"}. - Extend for Multilingual Output: To achieve the target JSON structure, you would typically add more nodes after
Rename Keysto populate theenandzhobjects with the desired metadata fields and values. This might involve additionalSetnodes or custom JavaScript nodes.
Apps Used
Workflow JSON
{
"id": "238dd746-90c2-44cd-b632-83975a4ae0d7",
"name": "Generate Structured Metadata in Multiple Languages",
"nodes": 10,
"category": "Data Generation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 238dd746-90c2...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Smart Factory Data Generator & Sender
Generates random smart factory sensor data and sends it via AMQP.
Generate Structured User Metadata with GPT-4
Creates CSV files containing structured mock user data generated by GPT-4.