ST_CsvFileInformation

Overview

Type:

Structure

Available as of:

V1.0.8.0

Inherits from:

-

Description

The structure ST_CsvFileInformation provides information about the CSV file that has recently been processed by the function block FB_CsvRead.

Structure Elements

Name

Data type

Description

udiFileSize

UDINT

Indicates the size of the CSV file in bytes.

udiNumOfValues

UDINT

Indicates the number of values in the CSV file.

udiNumOfRows

UDINT

Indicates the number of rows (records) in the CSV file.

udiNumOfColumns

UDINT

Indicates the number of columns (values per record) in the CSV file.

xTableInconsistent

BOOL

Indicates TRUE if a different number of columns has been detected for at least for two rows.

Used By

oFB_CsvRead