August 13, 201411 yr Is there a way to easily capture the name of a file being imported into Filemaker during the import process? For instance, if I have a CSV file called "FileName.csv," is there a way to set the value of a global field to "FileName.csv." This would be used to ensure that files aren't being imported multiple times. FM does display a dialog box during the import that says "Importing from FileName.csv," so I'm wondering if there isn't a function already in place that I'm just not privy to. Thanks!
August 13, 201411 yr I've had the same problem and was surprised that there is no native FM solution. I implemented a 360Works plugin that does the job. Check out: http://360works.com/scriptmaster/
August 15, 201411 yr Is there a way to easily capture the name of a file being imported into Filemaker during the import process? Not during the import, but you can capture the file's name and path before importing it - for example, by having the user select it using the Insert File[] script step (inserting it as reference only into a global container field). Using a plugin (such as ScriptMaster or BaseElements, both free) or AppleScript (if on MacOS) to select the file achieves the same thing in a more elegant way.
Create an account or sign in to comment