Output
Introduction
Functions
In Jodoo, an output node is the end node of a data stream, in which you will obtain an output table.
Application Scenarios
There may be multiple input nodes in a data stream, but only one output node in the stream. To be specific, you will only obtain one output table after making calculations through Data Streams.
Preview
Setting Procedure
Where to Set
You can only add one output node for each data stream. If you delete an output node, you can add a new one from the left panel.
Setting Output Node Name
The name of an output node is set as Output by default. You can rename the node.
The name of an output node equals that of the output form output from the node. When you retrieve the output form in a form or select the form as a data source in Dashboard, the name of the output form remains the same.
Demonstration
See the section "Preview" above.
Notes
1. You can only add one output node for each data stream.
2. In a data stream, a maximum of one million records can be output. If the number of output records exceeds the limit, you cannot save the data stream. You have to make the number equal or less than one million by filtering records before saving the data stream.
3. The number of output records should not be more than twice that of input records.