Error with record delimiter

Hello,

I’m using UniversalDataReader with a SQL Server connection, and I’m receiving this error: Parsing error: Unexpected record delimiter, probably record has too few fields. in record 1, field 1 (“HL0_EMPRES”), metadata “HL0”; value: ‘<Raw record data is not available, please turn on verbose mode.>’

I already try to change the delimiter, but the error continues.
I’m sending a print screen of my graph, can anyone help me?

Thank you.

Hi,

UniversalDataReader is not right component to use for downloading data from a database. According to the manual, the primary function of this component is reading flat files such as CSV (comma-separated values) file and delimited, fixed-length, or mixed text files.

The component that can connect to a database and download data using SQL query is DBInputTable.

Please see the manual for both components:
UniversalDataReader
DBInputTable