Hello guys,
I want to do a process which is going to bulk update inside an sql table. I did it with excel process scope and vlookup activity. But it takes long time. I have to do it like 15000 items per each query.
So I have an excel which has two sheets ;
First sheet is table one which has a table from my querry ;
Second sheet is the table which has my CategoryId and values;
I have to match categoryıd and do vlookup for Height,Depth,Width,Modifieddate values.
Here is my excel file ;
xxx.xlsx (455.7 KB)
I just need a LINQ code for it. Thanks for your answers. Here is my process ;