fileReadLine

Version 22.0.8473


fileReadLine

Version 22.0.8473


Reads a text file and pushes the data out.

Required Parameters

  • file: The name of the file to read.

Optional Parameters

  • separator: The separator of the file The default value is ‘the newline character’.
  • encoding: The encoding of the file. The default value is ‘UTF-8’.

Output Attributes

  • file:line: The line number of the file.
  • file:data: The file data.