Hi Guys,
I have the follwoing two columns in an excel sheet:

I need to map 1-3 → Registration
4,5 → ExhibitForm
I created two array lists for each column. And tried for each for both lists but could map!
Eg of the lists :::
I have two array lists Eg : pdfpageNumber_arrayList = {“1-2,3” ,“5-4,7-9,1”}
topicName_arrayList = {“English” , “Sankrit”}
Now I have to split and rename the new PDF with pages “1,2,3” as “English” and the “5-4,7-9,1” as “Sanskrit”.
How can I do this?
Please help!
