I have a file which has millions of records. If i wish to see only a sample of i I can use the Sample node under Preparation, but it reads the entire data and then gives an output.
What if i want to see the first 10000 records from the file without entire file being processed?
Is there a way to stop reading the data when it reaches the required limit?