ReadTextFile Method

Using this method you can read the content of a flat text file into an entity in a context store.

PARAMETERS

Parameter
Type
Description
FileName String (Context Store Reference, Data Constant Reference) A path to an input text file. Ignored when File is specified.
File Blob (Context Store Reference) The file itself (e.g. when loaded from a database) encoding in Base64
Entity String (Context Store Reference, Data Constant Reference) A name of an entity to read to.
Options XML (Context Store Reference) TextReaderOptions XML specifying how the data will be handled (e.g. date formats or how many lines to ignore in the beginning and the end of the file).
Encoding String (Context Store Reference, Data Constant Reference) A IANA character set name. Default (if omitted) is UTF-8.