I have an instance of data where I would like to reverse engineer the METADATA entries (after the fact) so that the METADATA equals the current folder path. For example, I have two 9 digit codes used in the file path that I need to pull to use in the METADATA.
Here is the example file path ..\TEST\0001234567\000000123\TESTFILE. I would like to pull the 0001234567 out of the path and put it in one numeric METADATA field for the TESTFILE and put the 0000000123 in another METADATA field for the TESTFILE. This is to give the user the ability to search with METADATA versus just going into the folders and searching those paths. There are thousands of entries I am trying to fill out the METADATA for in this reverse method.
That is the only idea I could come up with but if there is a better way, please share. Thank you.