Split the file while storing csv to azure blob in qlik automation
Hello all, I am extracting metadata from 20k apps and writing back to azure blob. However, it's size is becoming a bottleneck; throwing error that looks to be a limitation at azure blob write operation. I want to split the file in every 5k records. Can someone please help with a possible solution idea! loop, loop batch?