Unexpected Error

I am using heavy Notepad file which is of about 700 MB and has 30 lac lines. i am trying to read it and fetch the data in to the excel. but i am getting message “Job stopped with an unexpected exit code"0xE0434352” After some time. Please Help.

@Ashwini_Sharma I think its better to insert those records into a Database and read from there. It Provides more Stability and Efficiency for large Files :sweat_smile:

@Ashwini_Sharma

Use your sequence wrap with try catch activity.
and the fetching information its took looooong time means you put timeout

image

untill executes its wait for one hour. 3600000 milli sec = 1 Hour
i hope now it will works