Hi ,
I have the following requirement.
I have error log folder like this:
C:\Data\App1\Error
Record1.Error
Record2.Error
I have to read the above folder for all .error files and I need to create temp table like this so that I can update against my db table.
RecordName Status Error_Desc
Record1 Load Error Content of the Record1.Error file
Record2 Load Error Content of the Record2.Error file
Could you please provide me a direction on which tools can be used to solve this.
Thanks in advance.
Krishna
Solved! Go to Solution.
Thanks for your update!
But I am using 10.5 version and could not open this now.
I could not upgrade immediately as it requires lot of process involved.
Is there any way I can have 10.5 version solution?
You should be able to open the workflow in notepad it will look like XML code. To be able to open it in 10.5, change the version on the second line from 11.0 to 10.4:
<?xml version="1.0"?>
<AlteryxDocument yxmdVer="11.0">
<Nodes>
<?xml version="1.0"?>
<AlteryxDocument yxmdVer="10.4">
<Nodes>
Thanks for that tip.
This helps a lot.
How about if I want to select latest file based on certain text?