Skip to content

Commit bc49691

Browse files
authored
[DOCS-7094] Read file content removed (#1231)
1 parent c623941 commit bc49691

File tree

1 file changed

+0
-23
lines changed
  • process-automation/latest/model/connectors

1 file changed

+0
-23
lines changed

process-automation/latest/model/connectors/content.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ Select actions are used to select a file, a files content, a folder or the metad
126126
The selection actions are:
127127

128128
* [Select a file](#select-file)
129-
* [Read file content](#read-file-content)
130129
* [Select a folder](#select-folder)
131130
* [Select a node's metadata](#select-metadata)
132131

@@ -152,28 +151,6 @@ The output parameters from selecting a file are:
152151
| response | JSON | *Optional.* The response from the call selecting the file. |
153152
| file | File | *Optional.* The selected file available to be mapped to a [variable]({% link process-automation/latest/model/processes/index.md %}#process-variables). |
154153

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-
177154
### Select folder
178155

179156
The **SELECT_FOLDER** action is used to select a folder and store it in a variable.

0 commit comments

Comments
 (0)