Question

Validate PATH adress

  • 26 August 2021
  • 2 replies
  • 0 views

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.


2 replies

Badge +22

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

Userlevel 5
Badge +29

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

 

Reply