Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Problem :
I'm having a directory with multiple files (name pattern is same). Now I need to read the file content and if the file content is having "TEST1" then move the file to test1 output directory and if the file content is having "TEST2" then move to test2 output directory and finally if file is not matching with any of the above contents we need to place in default output directory.
Can you tell me the route for implementing the above
I used tFileList --> On sub Ok --> tFileInputFullRow --> ????
Thanks in advance.
Kalyan M