Skip to content

Commit 16469a9

Browse files
authored
Add line to documentation about following component. (#12)
1 parent 82c9046 commit 16469a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,9 @@ will produce the following ``.csv`` file:
8181
myfoo,"[1,2]"
8282
,mybar
8383

84-
Currently no formatting is performed as part of CSV Write.
84+
Currently no formatting is performed as part of CSV Write.
85+
86+
The output of the CSV Write component will be a message with an attachment. In
87+
order to access this attachment, the component following the CSV Write must be
88+
able to handle file attachments such as the [SFTP
89+
component](https://github.com/elasticio/sftp-component).

0 commit comments

Comments
 (0)