Skip to content

Commit 88e4f56

Browse files
committed
update
1 parent 38ca3b2 commit 88e4f56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ To configure this action the following fields can be used:
4848

4949
#### Config Fields
5050

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`;
5252

5353
#### Input Metadata
5454

5555
* `URL` - We will fetch this URL and parse it as CSV file
5656
* `Contains headers` - if true, the first row of parsed data will be interpreted as field names, false by default.
5757
* `Delimiter` - The delimiting character. Leave blank to auto-detect from a list of most common delimiters.
5858
* `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
5960

6061
### Create CSV From Message Stream
6162

0 commit comments

Comments
 (0)