4
I have a directory on the network with thousands of TXT files generated by another software hired in the company.
The file is named with the following logic:
(cpf do cliente)(data da insercao)(hora insercao).txt
1234567894120150501142024.txt
I need to select the txt
corresponding to the CPF of the informed client, however I am not able to search the file.
Do you have the necessary information to find this file? (Cpf ,date and time of insertion)
– Erlon Charles
I only have Cpf, and this file is unique, generated only when inserting a new client. Wanted something like LIKE mysql, so that it would search all files with Cpf at the beginning.
– Pedro Augusto
published my reply
– Erlon Charles