Skip to content

Commit 4d3efcf

Browse files
author
Kirill
committed
add information into README.md, add CHANGELOG.md
1 parent 5f811d5 commit 4d3efcf

File tree

4 files changed

+850
-763
lines changed

4 files changed

+850
-763
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## 1.1.4 (June 27, 2019)
2+
3+
* Added emitAll feature for CSV Write action
4+
5+
## 1.1.3 (October 31, 2017)
6+
7+
* Make CSV Write dynamic configuration
8+
9+
## 1.1.2 (September 21, 2017)
10+
11+
* Supporting startRow option
12+
13+
## 1.1.1 (June 18, 2017)
14+
15+
* Updated sailor to 2.1.3
16+
17+
## 1.1.0 (June 8, 2017)
18+
19+
* Added new CSV Write action
20+
21+
## 1.0.1 (January 7, 2016)
22+
23+
* Updated sailor to 1.1.0
24+
25+
## 1.0.0 (November 3, 2015)
26+
27+
* Initial release

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ This trigger will fetch the CSV file from a given URL. The address must be acces
2929
to the component. The fetched CSV file will be placed in the attachment part of the
3030
outgoing message.
3131

32+
![image](https://user-images.githubusercontent.com/40201204/60707311-190dae00-9f14-11e9-81a8-d48d9dcd1d03.png)
33+
34+
* `CSV URL` - the full URL to the file for retrieving data.
35+
* `Emit all messages` - this checkbox configures output behavior of the component. If the option is checked - the component emits an array of messages, otherwise - the component emits a message per row.
36+
* `CSV Header` - this is a required field. Input the names of headers separated with a comma.
37+
* `Separators` - Specify the separator type. Usually it is a comma (`,`) but values like Semicolon (`;`), Space (` `), Tab (`\t`) and Hash (`#`) are also supported.
38+
* `Skip rows` - if you know that the incoming CSV file has certain number of headers you can indicate to skip them. The supported values are `None`, `First row`, `First two`, `First three` and `First four`.
39+
* `Data columns` - here the values will be added dynamically based on the values in the `CSV Header` field. Here each data column will be listed with the name, Data Type and the Format to enable further configuration.
40+
3241
## Actions
3342

3443
### Read CSV attachment
@@ -42,6 +51,8 @@ a `JSON` object. To configure this action the following fields can be used:
4251
* `Skip rows` - if you know that the incoming CSV file has certain number of headers you can indicate to skip them. The supported values are `None`, `First row`, `First two`, `First three` and `First four`.
4352
* `Data columns` - here the values will be added dynamically based on the values in the `CSV Header` field. Here each data column will be listed with the name, Data Type and the Format to enable further configuration.
4453

54+
![image](https://user-images.githubusercontent.com/40201204/60706373-fda1a380-9f11-11e9-8b5a-2acd2df33a87.png)
55+
4556

4657
### Write CSV attachment
4758

0 commit comments

Comments
 (0)