Category:

File related

Extracts text from a text file.

Syntax

extract_file_text(
  FileName String
): String

Parameters

FileName is the full path to the file.

Return value

Type: String.

Examples of using

extract_file_text(dataset_field_val(1, 'FileName'))
extract_file_text('c:\My Files\reports.accdb')