In text mode, you can generate the required data through simple operations.
You can directly enter text to generate a string or reference the flow context data on the flow data panel. If there are multiple items of text data or data referenced on the flow data panel, such data items will be used as elements to form a list.
You can directly enter a literal to generate the data or reference the flow context data on the flow data panel. The data referenced on the flow data panel will be converted into a string and added to the literal.
Click the textbox, and the corresponding visual interactive UI will be displayed. You can click the target time data to select it on the UI.
Date and time:
Date:
Time:
This type indicates that the input data is null, for which the textbox is grayed out.
Entity
object of the specified MIME type (json
or xml
) will be generated automatically.In text mode, you can reference data integration data in the flow context on the flow data panel: data set (DataSet
) and single data record (Record
). As DataSet
and Record
are data types unique to data integration, you need to generate data of such types through certain components such as RecordSet Encoder, and Dataway doesn't provide any generation method.
Was this page helpful?