Hi All,
I am a relatively new starter and I have a question about renaming files in a directory. I have searched the community boards and came across a similar question but it didn't look to be resolved, an so my post. Issue described below:
I have a directory with pdf documents that look like this (these are published journal articles):
A.pdf
B.pdf
C.pdf
I have a flat file (csv or excel) from my database that lists bibliographic details of publications with a system generated ID like so:
Ax1
Bx2
Cx3
A, B & C correspond, so now I want to rename my pdf files (in my directory) with the system IDs in the format <system ID.pdf>
Is there a way to automate this in Alteryx? Can files be physically renamed at the system level?
I have done a basic workflow using the above two as inputs where I have name matched but that is as far as I got. I don't know how to rename.
Any help will be greatly appreciated.