Adding extension to file name from path
I've never worked with file paths before.I have multiple columns that determine the name of certain subfolders in a location on my computer.I created a column that stitches multiple values from columns, to generate the appropriate file path as such: "C:\MainFolder\Subfolder1\Subfolder2\" || :Subfolder3 || "\" || :Subfolder4 || "\" || :FileName
The only issue that remains is adding the appropriate ...