Question
Is it possible to check the integrity of acquired data, such as number of records, hash value of a file?
Answer
It is not possible to obtain the hash value of a file.
It may be possible to check the record count.
When a file is read in HULFT Square, the number of records is stored in the component variable "count" in some components, such as Read CSV File and Read from Sheet.
[Read CSV File]
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/csv_get_data.htm
[Read from Sheet]
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/excel_get_sheet_data.htm
Please check if the component variable "count" enables your expecting processing.
Supplement
When using Parallel Streaming Processing (PSP), a value is not set to "count".
Comments
0 comments
Article is closed for comments.