Good Morning,
I'm trying to develop a Filemaker solution and have reached a bit of a road block and I'm hoping I can get some help from this great community.
Ihave a filemaker database that is taking information on a film set. It records information from the camera. Now that most cameras are digital I need to associate file names to the records that I am creating. Since I can't access the files until after the shoot, also the camera generates random characters to prevent over writing of files I need to do this as a multi-step process. Here is the process I have in mind.
The film shoot is broken into days. Each day has a hard drive associated with it. I have an Applescript that searches for only the files that I need and drops them into a Text (txt) document. This is what I need to happen:
Using information contained in a calculation field that builds the approximate filename minus the random characters, I need to search the contents of the txt file, find the full file name and insert that into a field in the record.
Any thoughts how I get this solved?