Skip to content

Commit fe404d8

Browse files
committed
Updated component.json
1 parent 75e51d6 commit fe404d8

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

component.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
2-
"title":"CSV",
3-
"description":"A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form",
4-
"actions":{
5-
"read":{
6-
"main":"./read.js",
7-
"title":"Read from CSV file",
8-
"fields":{
9-
"reader":{
10-
"viewClass":"CSVReadView"
11-
}
12-
},
13-
"metadata" : {
14-
"out" : {}
15-
},
16-
"emitter" : true
2+
"title": "CSV",
3+
"description": "A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form",
4+
"triggers": {
5+
"read": {
6+
"main": "./read.js",
7+
"title": "Read CSV file from URL",
8+
"type": "polling",
9+
"fields": {
10+
"reader": {
11+
"viewClass": "CSVReadView"
1712
}
13+
},
14+
"metadata": {
15+
"out": {}
16+
},
17+
"emitter": true
1818
}
19+
}
1920
}

0 commit comments

Comments
 (0)