In the web portal, when exporting results to CSV only the first 100k results are exported.
原因
This is a product limitation. Due to the design of the web portal exporting greater than 100k+ rows would consume excessive resources.
解决办法
If there is a requirement to export more than 100000 items, it is suggested to send them via a job chain, e.g. define an event to which the job chain is attached, and then link this event to a web link on the portal (or similar). The job chain then assembles all the necessary data and sends this via email.