Read Text File

Reads a given text file.

This activity reads the content of a given text file.

Input

  • Filename: String Argument Required The full path of the filename that is to be read.

  • File Encoding: Input file encoding. The available options are.

    • utf-8 (default)

Settings

  • Read As: Specify the input file type. The available options are.

    • PlainText (default)

    • XML

    • JSON

Output

Last updated