Change file extension

pooja2903

New Member
Hi Team,

I have one requirement. we will receive pdf files and some with .PDF and some with .pdf extension. Our system is designed like it will process only .pdf. so error will come for .PDF files.
I want to check continuously if .PDF files is there or not and if its present change its extension to .pdf. sothat it will get processed.

Please provide your valuable comments.

Thanks,
Pooja
 

yawak

New Member
You could use VBO File Management. Try 'Get files' to search a specified folder for files with the .PDF extension. It returns a collection of paths of the files you queried.
 

ShubhamJangam

New Member
Hi

Check If this Code stage work :
Code: PFA: Check And Change Extension

Input: File_Path
Output: Extension , New _Path

Regards,
Shubham
 

Attachments

  • Check And Change Extension.PNG
    6.1 KB · Views: 79

gil.silva

Active Member
You can use the action Move File, in the destination path, use the same path and filename, but with your new file extension
 
Top