|
9 | 9 | "title": "Read CSV file from URL",
|
10 | 10 | "help": {
|
11 | 11 | "description": "Fetch a CSV file from a given URL and store it in the attachment storage.",
|
12 |
| - "link": "/components/csv/index.html#read-csv-file-from-url" |
| 12 | + "link": "/components/csv/triggers#read-csv-file-from-url" |
13 | 13 | },
|
14 | 14 | "type": "polling",
|
15 | 15 | "fields": {
|
|
35 | 35 | "title": "Read CSV attachment",
|
36 | 36 | "help": {
|
37 | 37 | "description": "Read a CSV attachment of an incoming message.",
|
38 |
| - "link": "/components/csv/index.html#read-csv-attachment" |
| 38 | + "link": "/components/csv/actions#read-csv-attachment" |
39 | 39 | },
|
40 | 40 | "fields": {
|
41 | 41 | "emitAll": {
|
|
56 | 56 | "title": "Write CSV attachment",
|
57 | 57 | "help": {
|
58 | 58 | "description": "Multiple incoming events can be combined into one CSV file with the write CSV action.",
|
59 |
| - "link": "/components/csv/index.html#write-csv-attachment" |
| 59 | + "link": "/components/csv/actions#write-csv-attachment" |
60 | 60 | },
|
61 | 61 | "fields": {
|
62 | 62 | "includeHeaders": {
|
|
87 | 87 | "title": "Write CSV attachment from JSON Object",
|
88 | 88 | "help": {
|
89 | 89 | "description": "Multiple incoming events can be combined into one CSV file with the write CSV action.",
|
90 |
| - "link": "/components/csv/index.html#write-csv-attachment-from-json" |
| 90 | + "link": "/components/csv/actions#write-csv-attachment-from-json-object" |
91 | 91 | },
|
92 | 92 | "fields": {
|
93 | 93 | "includeHeaders": {
|
94 | 94 | "label": "Include Headers",
|
95 |
| - "required": true, |
| 95 | + "required": false, |
96 | 96 | "viewClass": "SelectView",
|
97 | 97 | "description": "Default Yes",
|
98 | 98 | "model": {
|
|
105 | 105 | "label": "Separators",
|
106 | 106 | "required": true,
|
107 | 107 | "viewClass": "SelectView",
|
108 |
| - "description": "Default Yes", |
109 | 108 | "model": {
|
110 | 109 | "comma": "Comma (,)",
|
111 | 110 | "semicolon": "Semicolon (;)",
|
|
128 | 127 | "title": "Write CSV attachment from JSON Array",
|
129 | 128 | "help": {
|
130 | 129 | "description": "Incoming array can be converted into one CSV file with the write CSV action.",
|
131 |
| - "link": "/components/csv/index.html#write-csv-attachment-from-array" |
| 130 | + "link": "/components/csv/actions#write-csv-attachment-from-json-array" |
132 | 131 | },
|
133 | 132 | "fields": {
|
134 | 133 | "includeHeaders": {
|
135 | 134 | "label": "Include Headers",
|
136 |
| - "required": true, |
| 135 | + "required": false, |
137 | 136 | "viewClass": "SelectView",
|
138 | 137 | "description": "Default Yes",
|
139 | 138 | "model": {
|
|
146 | 145 | "label": "Separators",
|
147 | 146 | "required": true,
|
148 | 147 | "viewClass": "SelectView",
|
149 |
| - "description": "Default Yes", |
150 | 148 | "model": {
|
151 | 149 | "comma": "Comma (,)",
|
152 | 150 | "semicolon": "Semicolon (;)",
|
|
0 commit comments