From eb7e92f47eee2da61da9554f3b05a758fcb5f6b2 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Mon, 21 Sep 2020 13:24:30 +0200 Subject: [PATCH] :bug: Bug fixes --- .../nodes-library/core-nodes/RSSRead/README.md | 4 ++-- .../Function_node.png | Bin .../{SpliInBatches => SplitInBatches}/README.md | 16 +++++----------- .../RSSFeedRead_node.png | Bin .../SplitInBatches_node.png | Bin .../workflow.png | Bin 6 files changed, 7 insertions(+), 13 deletions(-) rename docs/nodes/nodes-library/core-nodes/{SpliInBatches => SplitInBatches}/Function_node.png (100%) rename docs/nodes/nodes-library/core-nodes/{SpliInBatches => SplitInBatches}/README.md (75%) rename docs/nodes/nodes-library/core-nodes/{SpliInBatches => SplitInBatches}/RSSFeedRead_node.png (100%) rename docs/nodes/nodes-library/core-nodes/{SpliInBatches => SplitInBatches}/SplitInBatches_node.png (100%) rename docs/nodes/nodes-library/core-nodes/{SpliInBatches => SplitInBatches}/workflow.png (100%) diff --git a/docs/nodes/nodes-library/core-nodes/RSSRead/README.md b/docs/nodes/nodes-library/core-nodes/RSSRead/README.md index bbc38501f..6441c2860 100644 --- a/docs/nodes/nodes-library/core-nodes/RSSRead/README.md +++ b/docs/nodes/nodes-library/core-nodes/RSSRead/README.md @@ -8,9 +8,9 @@ The RSS Read node is used to read data from RSS feeds published on the internet. ## Node Reference -The RSS Read node has one property: +The RSS Read node has only one property: -1. *URL* field: This field is used to specify the web address of the RSS publication. +- *URL* field: This field is used to specify the web address of the RSS publication. ## Example Usage diff --git a/docs/nodes/nodes-library/core-nodes/SpliInBatches/Function_node.png b/docs/nodes/nodes-library/core-nodes/SplitInBatches/Function_node.png similarity index 100% rename from docs/nodes/nodes-library/core-nodes/SpliInBatches/Function_node.png rename to docs/nodes/nodes-library/core-nodes/SplitInBatches/Function_node.png diff --git a/docs/nodes/nodes-library/core-nodes/SpliInBatches/README.md b/docs/nodes/nodes-library/core-nodes/SplitInBatches/README.md similarity index 75% rename from docs/nodes/nodes-library/core-nodes/SpliInBatches/README.md rename to docs/nodes/nodes-library/core-nodes/SplitInBatches/README.md index 91ff820e6..a10274ee9 100644 --- a/docs/nodes/nodes-library/core-nodes/SpliInBatches/README.md +++ b/docs/nodes/nodes-library/core-nodes/SplitInBatches/README.md @@ -9,16 +9,16 @@ The Split In Batches node saves the original incoming data, and with each iterat ## Node Reference - **Batch Size:** The number of items to return with each call. -- ***Options:*** - - ***Reset:*** If set to true the node will reset. +- ***Options*** + - ***Reset:*** If set to true, the node will reset. ## Example Usage -This workflow allows you to read RSS feed from two different sources using the Split In Batches node. You can also find the [workflow](https://n8n.io/workflows/687) on the website. This example usage workflow would use the following two nodes. +This workflow allows you to read RSS feed from two different sources using the Split In Batches node. The Split in Batches node is needed in the workflow since the RSS Read node only processes the first item it receives. You can also find the [workflow](https://n8n.io/workflows/687) on n8n.io. This example usage workflow would use the following nodes. - [Start](../../core-nodes/Start/README.md) - [Function](../../core-nodes/Function/README.md) - [Split In Batches]() -- [RSS Feed Read](../../core-nodes/RSSRead/README.md) +- [RSS Read](../../core-nodes/RSSRead/README.md) The final workflow should look like the following image. @@ -65,14 +65,8 @@ return [ ### 4. RSS Read node 1. Click on the gears icon next to the ***URL*** field and click on ***Add Expression***. -2. Select the following in the ***Variable Selector*** section: Nodes > SplitInBatches > Output Data > JSON > url. You can also add the following expression: `{{$node["SplitInBatches"].json["url"]}}` +2. Select the following in the ***Variable Selector*** section: Nodes > SplitInBatches > Output Data > JSON > url. You can also add the following expression: `{{$node["SplitInBatches"].json["url"]}}`. 3. Click on ***Execute Node*** to run the workflow. ::: ![Using the RSS Read node to read data from RSS feed](./RSSFeedRead_node.png) - -## FAQ - -### Can the Split In Batches node receive data multiple times during the execution of the workflow? - -The Split In Batches node uses the data that it receives the first time. It then splits this data into the batches and returns it until nothing is left. diff --git a/docs/nodes/nodes-library/core-nodes/SpliInBatches/RSSFeedRead_node.png b/docs/nodes/nodes-library/core-nodes/SplitInBatches/RSSFeedRead_node.png similarity index 100% rename from docs/nodes/nodes-library/core-nodes/SpliInBatches/RSSFeedRead_node.png rename to docs/nodes/nodes-library/core-nodes/SplitInBatches/RSSFeedRead_node.png diff --git a/docs/nodes/nodes-library/core-nodes/SpliInBatches/SplitInBatches_node.png b/docs/nodes/nodes-library/core-nodes/SplitInBatches/SplitInBatches_node.png similarity index 100% rename from docs/nodes/nodes-library/core-nodes/SpliInBatches/SplitInBatches_node.png rename to docs/nodes/nodes-library/core-nodes/SplitInBatches/SplitInBatches_node.png diff --git a/docs/nodes/nodes-library/core-nodes/SpliInBatches/workflow.png b/docs/nodes/nodes-library/core-nodes/SplitInBatches/workflow.png similarity index 100% rename from docs/nodes/nodes-library/core-nodes/SpliInBatches/workflow.png rename to docs/nodes/nodes-library/core-nodes/SplitInBatches/workflow.png