Hi everyone,
When uploading a file to the database is there a way to save or store just the name of the file rather than the path?
For example store the value: “fileX”
rather than:
aws.// file path/fileX
thanks in advance
Matt
Hi everyone,
When uploading a file to the database is there a way to save or store just the name of the file rather than the path?
For example store the value: “fileX”
rather than:
aws.// file path/fileX
thanks in advance
Matt
Use ‘file name and Regex to extract the characters of the name that you want.
I have not paid attention to how the path is structured but if it is the same and only the name changes, you can also use :truncate from end to
Solved it! thanks for your help!
This topic was automatically closed after 70 days. New replies are no longer allowed.