Writing 20K plus record from database to excel

Hi Everyone,

I have a requirement where in need to fetch more than 20K records from the database and then store it in Excel file,

As of now we are querying all the data once and writing it into a single excel file, which is taking more than 10-15 mins.

Can anyone suggest how we can break this into multiple excel file using the process model i,e if there are 100 records in the databse  then we should be able to get 10 excel file with 10-10 records in each file.

  Discussion posts and replies are publicly visible

Parents
  • Hi Everyone,

    Thanks for your valuable solutions. Slight smile

    Considering a small scenario is there any way possible by which i can generate multiple files with with given batch size.

    I was thinking to proceed in this way: 

    I am getting the batchof records in cdt, since export cdt to excel is now deprecated i am not able to export the batch of data into the excel

Reply
  • Hi Everyone,

    Thanks for your valuable solutions. Slight smile

    Considering a small scenario is there any way possible by which i can generate multiple files with with given batch size.

    I was thinking to proceed in this way: 

    I am getting the batchof records in cdt, since export cdt to excel is now deprecated i am not able to export the batch of data into the excel

Children
No Data