mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
9229055f7b
## Summary Make the Compare Datasets node findable when typing "sync" or "syncing" in the Nodes panel https://linear.app/n8n/issue/NODE-991/make-the-compare-datasets-node-finable-when-typing-sync-or-syncing-in
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"node": "n8n-nodes-base.compareDatasets",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Core Nodes"],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.comparedatasets/"
|
|
}
|
|
],
|
|
"generic": [
|
|
{
|
|
"label": "How to synchronize data between two systems (one-way vs. two-way sync",
|
|
"icon": "🏬",
|
|
"url": "https://n8n.io/blog/how-to-sync-data-between-two-systems/"
|
|
},
|
|
{
|
|
"label": "Supercharging your conference registration process with n8n",
|
|
"icon": "🎫",
|
|
"url": "https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/"
|
|
},
|
|
{
|
|
"label": "Migrating Community Metrics to Orbit using n8n",
|
|
"icon": "📈",
|
|
"url": "https://n8n.io/blog/migrating-community-metrics-to-orbit-using-n8n/"
|
|
},
|
|
{
|
|
"label": "Build your own virtual assistant with n8n: A step by step guide",
|
|
"icon": "👦",
|
|
"url": "https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/"
|
|
},
|
|
{
|
|
"label": "Sending Automated Congratulations with Google Sheets, Twilio, and n8n ",
|
|
"icon": "🙌",
|
|
"url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/"
|
|
},
|
|
{
|
|
"label": "7 no-code workflow automations for Amazon Web Services",
|
|
"url": "https://n8n.io/blog/aws-workflow-automation/"
|
|
}
|
|
]
|
|
},
|
|
"alias": ["Join", "Concatenate", "Compare", "Dataset", "Split", "Sync", "Syncing"],
|
|
"subcategories": {
|
|
"Core Nodes": ["Flow"]
|
|
}
|
|
}
|