Need solution for Add Queue items multiple set of data into one queue items

Hi All,
I need solution for below questions,

i have set of input in excel sheet need to automate the process,
i have manager list whose belongs some of emp fn and ls with marks and mail id i need to add those items into queue
can you give me solution for that.

Input queue item sample,

Upload queue item sample,

  1. I need to add the queue items can you give me solution for above one.

  2. And also how i get the items one by one after adding queue and process those items?

Thanks,
Vicky

@Vicky_K
This is my input sample:
image

Main.zip (4.8 KB)


Hope this will help you

Hi @Vicky_K

Input:
image

BlankProcess17.zip (58.8 KB)

Queue Items will added like below:



If you have any questions, please let me know I will help you out.

Regards

@Vicky_K

You can try this way and this is the simplest way

dt.AsEnumerable.GroupBy(Function(a) a(0).ToString).Select(Function(a) a.CopyToDataTable).toarray

ForumQueueItems.zip (10.4 KB)

1 Like