Hi,
I have a data file with 100k records. I have a condition in my datamapper to “stop processing record” above record.index: 10k. I have the feeling the datammapper is also running through all the records above 10k to see if they are above “record.index: 10k”.
A data file with 10K records is done way before the data file with 100K, but they produce an equal number of records.
Is there a way to stop datamapping as soon a I hit 10K and really ignore the rest?