Using Get text action of Text file package

Extract content from a text file and save that content to a string variable by using the Get text action.

Procedure

To extract text from a text file, perform the following steps:

  1. In the Actions palette, double-click or drag the Get text action from the Text file package.
  2. In the Source file field, select an option to specify the location of the text file:
    • Control Room file to open a file from the Control Room.
    • Desktop file to open a file from the device. This field also accepts the file path input as a string variable or global value.
    • Variable to open a file by specifying a file variable.
  3. In the Text encoding field, select an encoding to specify the encoding that is applied on the text file. Data from the text file will be retrieved based on the selected encoding option even if the input file has a different encoding.
    • ANSI
    • UTF-8
    • UTF-8 with BOM
    • UNICODE
    • Win1251
    • UTF-16LE
    • UTF-16BE
    • Shift-JIS
      Note: If Shift-JIS is unable to extract some of the characters clearly, you can either convert the document to UTF-8 in order to read the text file using UTF-8 format, or use C#dll to get the output.

      For more information, see Use DLL action to read file with SHIFT-JIS.

    • Detect automatically: identifies file encoding. This option supports UTF-8 with BOM, ANSI, UTF-16LE, and UTF-16BE file encoding.
  4. Select the Trim leading spaces and Trim trailing spaces check boxes to remove the leading and trailing spaces from the data extracted from the text file.
  5. In Save the outcome to variable field, select a string variable to hold the output.