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