File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 7
7
"title" : " Read CSV file from URL" ,
8
8
"type" : " polling" ,
9
9
"fields" : {
10
- "url" : {
10
+ "url" : {
11
11
"label" : " CSV URL" ,
12
- "required" : false ,
13
- "note" : " Please leave this field blank if you want to use <strong>attachments</strong> from the incoming message." ,
12
+ "required" : true ,
13
+ "placeholder" : " http://my-url.com/foo.csv" ,
14
+ "note" : " We will fetch this URL and parse it as CSV file" ,
14
15
"viewClass" : " TextFieldWithNoteView"
15
16
},
16
17
"reader" : {
19
20
},
20
21
"metadata" : {
21
22
"out" : {}
23
+ }
24
+ }
25
+ },
26
+ "actions" : {
27
+ "read_action" : {
28
+ "main" : " ./lib/read.js" ,
29
+ "title" : " Read CSV file from incoming message attachment" ,
30
+ "fields" : {
31
+ "reader" : {
32
+ "viewClass" : " CSVReadView"
33
+ }
22
34
},
23
- "emitter" : true
35
+ "metadata" : {
36
+ "out" : {}
37
+ }
24
38
}
25
39
}
26
40
}
You can’t perform that action at this time.
0 commit comments