https://github.com/naskio/n8n-nodes-updates
Split stream based on previous execution: new items, updated items, old items
https://github.com/naskio/n8n-nodes-updates
diff filter n8n n8n-nodes n8n-nodes-updates updates
Last synced: 5 months ago
JSON representation
Split stream based on previous execution: new items, updated items, old items
- Host: GitHub
- URL: https://github.com/naskio/n8n-nodes-updates
- Owner: naskio
- License: mit
- Created: 2022-03-04T17:49:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T14:19:17.000Z (over 3 years ago)
- Last Synced: 2024-08-10T11:17:23.668Z (about 1 year ago)
- Topics: diff, filter, n8n, n8n-nodes, n8n-nodes-updates, updates
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/n8n-nodes-updates
- Size: 95.7 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# n8n-nodes-updates
Split the input based on the previous execution into: new items, updated items and old items.
[](https://nask.io)
> This node works only in trigger mode (with Cron, Webhook, etc.), in manual mode it will return any input as new items.
# Description
This node take an input and split its items into 3 groups:
- new items: items that are not in the previous execution
- updated items: items that are in the previous execution and have changed
- old items: items that are in the previous execution and have not changed# Use Case
Avoid processing the same items multiple times.
# Contribute
Pull requests are welcome! For any bug reports, please create
an [issue](https://github.com/naskio/n8n-nodes-updates/issues).See the [contributing guide](./CONTRIBUTING.md) for more information.
# License
[MIT](./LICENSE)