Split a stringlist into N size lits

Hi,

I would need your help in splitting a string list into multiple N size lists. My requirement is I have a string list with 100 strings and I need to split that into 10 string lsits each containing 10 strings.
Any help would be greatly appreciated.

Thanks
Kiran.

Not quite sure if there is any OOTB service which directly does this job or by using appendToStringList (with some logic around it), however you can leverage the Java API and write your own java service.

There is no such BIS which serve your need. Write a java code to achieve the same.

Thanks,