Skip to content

Commit 3ec0e9e

Browse files
authored
The component is made deprecated
1 parent 92bc5bb commit 3ec0e9e

File tree

5 files changed

+2108
-1370
lines changed

5 files changed

+2108
-1370
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.2 (May 22, 2024)
2+
3+
* The component is deprecated from now on. Use the [CSV v3 component](https://github.com/elasticio/csv-component-v3) instead.
4+
15
## 2.2.1 (April 08, 2022)
26

37
* Update Sailor version to 2.6.27

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[![CircleCI](https://circleci.com/gh/elasticio/csv-component.svg?style=svg)](https://circleci.com/gh/elasticio/csv-component)
2+
3+
# DEPRECATED COMPONENT. USE https://github.com/elasticio/csv-component-v3 instead
4+
25
# CSV Component
36

47
## Description
@@ -193,4 +196,4 @@ able to handle file attachments.
193196
`EIO_REQUIRED_RAM_MB` environment variable with an appropriate value (e.g. value `1024` means that 1024 MB will be allocated) for the component in this case.
194197
2. You may get `Error: write after end` error, as a current workaround try increase value of environment variable: `TIMEOUT_BETWEEN_EVENTS`.
195198
3. Maximal possible size for an attachment is 10 MB.
196-
4. Attachments mechanism does not work with [Local Agent Installation](https://docs.elastic.io/getting-started/local-agent.html)
199+
4. Attachments mechanism does not work with [Local Agent Installation](https://docs.elastic.io/getting-started/local-agent.html)

component.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"title": "CSV",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
4+
"deprecated": true,
45
"description": "A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form",
56
"docsUrl": "https://github.com/elasticio/csv-component",
67
"buildType": "docker",
@@ -17,7 +18,7 @@
1718
"url": {
1819
"label": "CSV URL",
1920
"required": true,
20-
"placeholder": "http://my-url.com/foo.csv",
21+
"placeholder": "https://my-url.com/foo.csv",
2122
"note": "We will fetch this URL and parse it as CSV file",
2223
"viewClass": "TextFieldWithNoteView"
2324
},

0 commit comments

Comments
 (0)