I'm comparing two files with 400+ fields using multiple fields formula.
FileA:
Field1,Field2...
Value1,Value2...
FileB:
Field1,Field2...
Value1,Value2...
Trying to the get result like below:
Field_Name,SAME,DIFF,EMPTY,SAME%,DIFF%,EMPTY%
Field1,X,Y,Z,a%,b%,c%
As lots fields involved, I'm editing XML directly.
The source file is only with 300 records for testing, but I notice the PC become slow ,(from task manager , AlteryxGUI.exe using 9G memory on the 16 Core, 32G work station.) and later start getting below exceptions.
AlteryxGui.exe - Exception
Breakpoint A breakpoint has bean reached.

Alteryx Desinger X64
An out of memory exception happened, the application may not be able e to recover.
Do you wan to exit?

I'm using Alteryx Desinger X64 version 2018.4.4.54346. How can i trouble shoot such issue or any diagnose log etc?
Also i notice the Multiple-Field Formula's message/input/output is showing nothing though there are data flowing.