@Robot_RR03_Robbert wrote:
Hi all,
I am trying to process an excel file with 900K lines (40MB) and get the following error:
Processing large excel file/Job stopped with an unexpected exit code 0xE0434352 Windows Suspend.
has any one a solution for this problemen?
-I’m using the Excel Application Scope activity, ect. and the proces used to work fine.
As a new user i cant share the work follow. The workflow checks the excel file on double information, scoping all the rows, based on the first 4 colums.
(
From r In DT_CheckFile.AsEnumerable()
Group r By s = String.Join(",",{r(0),r(1),r(2),r(3)}) Into g = Group
Where g.Count > 1
Select g
).SelectMany(Function(x) x).ToArray
Posts: 1
Participants: 1