You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: process-automation/latest/model/connectors/content.md
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,6 @@ Select actions are used to select a file, a files content, a folder or the metad
126
126
The selection actions are:
127
127
128
128
*[Select a file](#select-file)
129
-
*[Read file content](#read-file-content)
130
129
*[Select a folder](#select-folder)
131
130
*[Select a node's metadata](#select-metadata)
132
131
@@ -152,28 +151,6 @@ The output parameters from selecting a file are:
152
151
| response | JSON |*Optional.* The response from the call selecting the file. |
153
152
| file | File |*Optional.* The selected file available to be mapped to a [variable]({% link process-automation/latest/model/processes/index.md %}#process-variables). |
154
153
155
-
### Read file content
156
-
157
-
The **READ_FILE_CONTENT** action is used to parse files into JSON or TEXT format and store them in a variable.
158
-
159
-
The input parameters to read file content are:
160
-
161
-
| Parameter | Type | Description |
162
-
| --------- | ---- | ----------- |
163
-
| file | File |*Requires one.* A [variable]({% link process-automation/latest/model/processes/index.md %}#process-variables) of type file to parse. |
164
-
| nodeId | String |*Requires one.* The nodeId of the file to parse. For example `775a8f2d-8123-49a7-ae1f-f3f49d4eae20`. |
165
-
| path | String |*Requires one.* The location path or relative path of the file to parse. For example, a location path: `/app:company_home/app:user_homes/cm:hruser` and a relative path: `/User Homes/hruser`. |
166
-
| contentType | String |*Optional.* The type to parse the file as. The values are either `JSON` or `TXT`. The default value is `TXT`. |
167
-
168
-
The output parameters from reading a file are:
169
-
170
-
| Parameter | Type | Description |
171
-
| --------- | ---- | ----------- |
172
-
| jsonContent | JSON |*Optional.* The file in JSON format. |
173
-
| txtContent | String |*Optional.* The file in TXT format. |
174
-
175
-
> **Note**: To reference JSON key values from a process variable of type JSON, use the syntax `${process-variable.key}`.
176
-
177
154
### Select folder
178
155
179
156
The **SELECT_FOLDER** action is used to select a folder and store it in a variable.
0 commit comments