Vicky_K
(Vicky K)
February 24, 2024, 9:26am
1
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,
I need to add the queue items can you give me solution for above one.
And also how i get the items one by one after adding queue and process those items?
Thanks,
Vicky
rlgandu
(Rajyalakshmi Gandu)
February 24, 2024, 10:01am
2
@Vicky_K
This is my input sample:
Main.zip (4.8 KB)
Hope this will help you
Parvathy
(PS Parvathy)
February 24, 2024, 11:51am
3
Hi @Vicky_K
Input:
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