06-27-2018 03:39 AM
how to fetch all records in filereader snap while validating pipeline ?
means i have 600 rows in a excel which i need to get in output view of filereader snap which is followed by a Excel parser ??
06-27-2018 03:24 PM
Why do you need all the records in validation?
Pretty sure the limit 50 on the validate cannot be changed. You could add an email snap to email the output to you, or write to a database or file.
06-28-2018 11:36 AM
@nsmith is correct. Validation only works with 50 records so you get an idea of what your pipeline is doing. Execution will use all applicable data.
06-28-2018 02:42 PM
If you want to check specific data set after first 50 records two ways-
12-19-2019 03:08 AM
In user settings (gear icon) you can change preview doc count field, it is from 50 to 2000 (max)