You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,14 +48,15 @@ To configure this action the following fields can be used:
48
48
49
49
#### Config Fields
50
50
51
-
*`Emit Behavior` - this selector configures output behavior of the component. If the option is `Fetch All` - the component emits an array of messages, otherwise (`Emit Individually`) - the component emits a message per row.
51
+
*`Emit Behavior` - this selector configures output behavior of the component. If the option is `Fetch All` - the component emits an array of messages; `Emit Individually` - the component emits a message per row; `Emit Batch` - component will produce a series of message where each message has an array of max length equal to the `Batch Size`;
52
52
53
53
#### Input Metadata
54
54
55
55
*`URL` - We will fetch this URL and parse it as CSV file
56
56
*`Contains headers` - if true, the first row of parsed data will be interpreted as field names, false by default.
57
57
*`Delimiter` - The delimiting character. Leave blank to auto-detect from a list of most common delimiters.
58
58
*`Convert Data types` - numeric, date and boolean data will be converted to their type instead of remaining strings, false by default.
59
+
If `Emit Behavior` equals to `Emit Batch` - new field appears: `Batch Size` - max length of array for each message
0 commit comments