when trying to upload a template with 500 lines of data the readexcelsheet function was calling in interface to read those 500 lines in that only first 250 lines was fetching the function other 250 was not reading tried providing paging info too but still same only first 250 lines was reading
Could you please confirm what could be the reason for this issue
Discussion posts and replies are publicly visible
I can see you are able to fetch 1250 rows of data using readexcelsheet.Then how come you are experiencing first 250 lines was fetching the function other 250 was not reading?
means after uploading excel with 501 rows of data and after validating(readexcel completed) from those 501 first defined 250 was showing as valid data and second set of 250 is showing as invalid data even though the data is valid i tried swapping first set of data to second set and vice versa whatever the data that i gave first in 250 that data alone showing as valid rest other showing as invalid
How do you validating a data?Could you share logic where exactly you are facing this issue.
Thank you so much for all details was checking and working on the logic if there was any will update