File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
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"
17
12
}
13
+ },
14
+ "metadata" : {
15
+ "out" : {}
16
+ },
17
+ "emitter" : true
18
18
}
19
+ }
19
20
}
You can’t perform that action at this time.
0 commit comments