I have three different JSON outputs inside of my workflow with different key values.
So lets say the 1st JSON output is the following
{
“Name”:“Test”,
“Number”:1234567890
}
2nd JSON Output:
[
{
“Address”:“123 Main St”,
“City”:“Kansas City”,
“State”:“MO”,
“Zip”:12345
},
“Address”:“123 Test St”,
“City”:“St Louis”,
“State”:“MO”,
“Zip”:54321
}
]
And 3rd JSON Output:
{
“FavoriteAnimal”:“Dog”,
“LastTrip”:“Hawaii”
}
The output I would like the CSV to be like the following.
Information on your n8n setup
n8n version: 1.41.1
Database (default: SQLite): SQLite
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system: Ubuntu Linux
Hi @CVMatt , thanks for reaching out and being a part of the community!
This question comes up again every so often. Take a look at these resources and try the recommended solutions. If you still need assistance, I or someone else in the community might be able to give you a more hands on answer.
Describe the problem/error/question
Attempting to resolve a problem similar to this How to combine different items from different runs into one run?
I have a paginated response (600 items per run) that loops currently till it hits the end at 26 runs before no more items are returned.
I’ve got the downstream pipeline working to format things correctly for eventual insertion/update of mysql records.
However to do proper data comparison I need to compare both datasets in their entirety, not in …
First off, please be nice. I’m creating my first workflow in N8N - I feel like this is probably easy but I just cannot wrap my head around it!
Describe the issue/error/question
I’m creating a workflow which collects some input from a form and generates a powershell script - to automate user account creation. I’m doing some logic checking and generating a password in parallel, merging the final data again prior to handing off to a sub-workflow.
When I merge the data from my separate entries, I…
system
Closed
August 26, 2024, 3:58pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.