Skip to main content

Hi. I have a XSLX files with a column with path value ( value exemple: file:///\\\\common\\Environnement\\SIG - GIS\\Sondages\\Log_Sondage\\01-17_a_TR-20-17.pdf). It's possible to valide if the path adress is valid ? I have more 2500 path to validate.

Thank you.

I tend to drop into python and use os.path.exists().


https://hub.safe.com/publishers/safe-lab/transformers/fileexistencechecker

 


Reply