Hello Everyone,
I have a scenario where we are retrieving millions of rows from Database which is having user information. we have 10+ millions rows
I need to split my data into different sheets into excel. there is no other column to group by. If I use record and split into different sheets there are chances names can be duplicated in the input, i don't want split duplicates into different sheet for example Name1 has 10 rows, all the 10 rows should be copied into one sheet. record Id there are chances 5 rows for Name 1 into 1st sheet and rest in 2nd sheet.
Can Someone help me please