Skip to content

Commit

Permalink
Fix toolkit-tutorials issue 109
Browse files Browse the repository at this point in the history
  • Loading branch information
bthomps committed Dec 5, 2023
1 parent c08e1d8 commit 572ac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v12/en/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"sections":
[
{
"section": "This tutorial demonstrates how the File Exists node can be used with its <span class='uicontrol'>List mode</span> property in order to discover meta-data about a list of files which are discovered in an input directory. This information is sent downstream to later nodes in the flow. The File Iterator node is used to loop over the list of files, and for each entry in the list propagates a LocalEnvironment that is compatible with driving the behaviour of a subsequent FileRead node to read and parse that specific file. The File Iterator node allows each file to be processed one at a time. If an exception occurs for a particular propagation, the exception is stored, and the remaining file entries are processed to completion. In the provided example, a Filter node is used after the File Iterator node to determine whether the file was last modified before today. If the file was last modified before today then the Filter node propagates down its True terminal and after logging some information using the node Trace2, the file will be deleted. If the file was last modified today, then the Filter node propagates down its False terminal and the File Read node will parse the file and log its contents using the node Trace3."
"section": "This tutorial demonstrates how the File Exists node can be used with its <b>List mode</b> property in order to discover meta-data about a list of files which are discovered in an input directory. This information is sent downstream to later nodes in the flow. The File Iterator node is used to loop over the list of files, and for each entry in the list propagates a LocalEnvironment that is compatible with driving the behaviour of a subsequent FileRead node to read and parse that specific file. The File Iterator node allows each file to be processed one at a time. If an exception occurs for a particular propagation, the exception is stored, and the remaining file entries are processed to completion. In the provided example, a Filter node is used after the File Iterator node to determine whether the file was last modified before today. If the file was last modified before today then the Filter node propagates down its True terminal and after logging some information using the node Trace2, the file will be deleted. If the file was last modified today, then the Filter node propagates down its False terminal and the File Read node will parse the file and log its contents using the node Trace3."
},
{
"section": "This tutorial provides an application to hold the message flow, and three input files. There are no other pre-requisites needed by the scenario."
Expand Down

0 comments on commit 572ac7e

Please sign in to comment.