Hi - Need your help in this. Below is the scenario :
1. I have got of files with the format (Name_ID_PatientID_currenttimestamp.pdf), these files are generated daily. Highlighted yellow is the PatientID in the file. these files are in Folder A
2. I also save these filenames and Patient ID in a SQL table.
3. Now, I want to Match with the Patient ID in SQL table with the Patient ID (Name_ID_PatientID_currenttimestamp.pdf) in Folder A and move these files to Folder B and Folder C.
How do i do that ? Is it possible ? Thank you in advance