Skip to content

Commit 8b28eb5

Browse files
committed
small addition to text
1 parent dc2e9b3 commit 8b28eb5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# CSV Reading and Writing component for elastic.io platform
1+
# CSV component for elastic.io platform
22

33
A comma-separated values ([CSV](http://en.wikipedia.org/wiki/Comma-separated_values) <i class="fa fa-external-link"></i>) file stores tabular data (numbers and text) in a plain-text form. A CSV file can be used to store spreadsheet or basic database-style information in a very simple format, with one record on each line, and each field within that record separated by a comma. CSV files are ideal for transferring e.g. contact data from one database (like Salesforce) into another (like Mailjet list).
44

55
At Elastic.IO the **CSV connector can be used only as an action component** to read from a CSV file.
6+
7+
## Read from a CSV file - Action
8+
9+
**Read from CSV** component can be used on those cases when the first component provides a CSV file with records that need to be processed with our Data Mapper and transfer to the next stage of integration flow.

0 commit comments

Comments
 (0)