|
1 | 1 | # csv-component
|
2 | 2 |
|
3 |
| -> A csv component for the [elastic.io platform](http://www.elastic.io "elastic.io platform"), runs a piece of synchronious JavaScript inside your integration flow. |
| 3 | +> A CSV component for the [elastic.io platform](http://www.elastic.io "elastic.io platform"). |
4 | 4 |
|
5 |
| -This is an open source component to work with [CSV](http://en.wikipedia.org/wiki/Comma-separated_values) files in your integration flow and is developed specifically to run on [elastic.io platform](http://www.elastic.io "elastic.io platform"). You can clone it and change it as you wish. However, **if you plan to deploy it into [elastic.io platform](http://www.elastic.io "elastic.io platform") you must follow sets of instructions to succseed**. |
| 5 | +This is an open source component to work with [CSV](http://en.wikipedia.org/wiki/Comma-separated_values) files in your integration flow and is developed specifically to run on [elastic.io platform](http://www.elastic.io "elastic.io platform"). You can clone it and change it as you wish. However, **if you plan to deploy it into [elastic.io platform](http://www.elastic.io "elastic.io platform") you must follow sets of instructions to succeed**. |
6 | 6 |
|
7 |
| -> **PLEASE NOTE:** This is a working component for **CSV** files, however, it may not be suitable for every use case. Not all functionalities are included in this component template. **It is your responsibility to add and modify this component to suit your integration needs.** |
| 7 | +> **PLEASE NOTE:** This is a working component for **CSV** files, however, it may not be suitable for every use case. Not all functionalities are included in this component template. **It is your responsibility to add and modify this component to suit your integration needs.** |
8 | 8 |
|
9 | 9 | ## Before you Begin
|
10 | 10 |
|
11 |
| -Before you can deploy any code into our system **you must be a registered elastic.io platform user**. Please see our home page at [http://www.elastic.io](http://www.elastic.io) to learn how. |
| 11 | +Before you can deploy any code into our system **you must be a registered elastic.io platform user**. Please see our home page at [http://www.elastic.io](http://www.elastic.io) to learn how. |
12 | 12 |
|
13 | 13 | > Any attempt to deploy a code into our platform without a registration would fail.
|
14 | 14 |
|
15 |
| -After the registration and opening of the account you must **[upload your SSH Key](http://docs.elastic.io/docs/ssh-key)** into our platform. |
| 15 | +After the registration and opening of the account you must **[upload your SSH Key](http://docs.elastic.io/docs/ssh-key)** into our platform. |
16 | 16 |
|
17 | 17 | > If you fail to upload you SSH Key you will get **permission denied** error during the deployment.
|
18 | 18 |
|
19 | 19 | ## Getting Started
|
20 | 20 |
|
21 | 21 | After registration and uploading of your SSH Key you can proceed to deploy it into our system. At this stage we suggest you to:
|
22 |
| -* [Create a team](http://docs.elastic.io/docs/teams) to work on your new component. This is not required but will be automatically created using random naming by our system so we suggest you name your team accordingly. |
23 |
| -* [Create a repository](http://docs.elastic.io/docs/component-repositories) where your new component is going to *reside* inside the team that you have just created. For a simplicity you can name your repository **csv-component** or **csv**. |
| 22 | +* [Create a team](http://docs.elastic.io/page/team-management) to work on your new component. This is not required but will be automatically created using random naming by our system so we suggest you name your team accordingly. |
| 23 | +* [Create a repository](http://docs.elastic.io/page/repository-management) where your new component is going to *reside* inside the team that you have just created. For a simplicity you can name your repository **csv-component** or **csv**. |
24 | 24 |
|
25 | 25 | ```bash
|
26 | 26 | $ git clone https://github.com/elasticio/csv-component.git csv-component
|
|
34 | 34 |
|
35 | 35 | $ git push elasticio master
|
36 | 36 | ```
|
37 |
| -Obviously the naming of your team and repository is entierly upto you and if you do not put any corresponding naming our system will auto generate it for you but the naming might not entierly correspond to your project requirements. |
| 37 | +Obviously the naming of your team and repository is entirely up-to you and if you do not put any corresponding naming our system will auto generate it for you but the naming might not entirely correspond to your project requirements. |
0 commit comments