Jump to content
Server Maintenance This Week. ×

plug-in for batch processing of JPEG files


This topic is 8501 days old. Please don't post here. Open a new topic instead.

Recommended Posts

What platform are you working on? This wouldn't be too difficult using AppleScript on the Mac platform. On Windows, such a solution might be possible using WinBatch, I hear.

Chuck

Link to comment
Share on other sites

  • 3 weeks later...
  • Newbies

I'm also looking for an efficient and flexible way to build graphics and media resource libraries. I have been shopping around for the right plug-ins for the job.

I would like to learn from anyone familiar with how these plug-ins compare.

Thanks,

Link to comment
Share on other sites

  • Newbies

The problem is that FileMaker only imports one specified file within in a script (if you don't want the user to select the file each time), but for a batch-import you want to import different files, let's say all the files in a folder. Nevertheless there is a way to do batch-import with the help of the TroiFile-Plugin (www.troi.com). With this plugin it is possible to do multiple file manipulation on the harddisc. The trick to do batch import is to use a loop with a normal FM-import and to replace and rename the import-file each time.

So the FM-script looks basically like this:

1. let the user choose a folder that contains the import-files (TroiFile-Plugin)

2. put the paths to these files in a containerfield (TroiFile-Plugin)

2. start the loop

3. new record

4. copy one file (first path) to the folder with the import-file (TroiFile-Plugin)

5. delete old import-file (TroiFile-Plugin)

6. rename the new file to the name FileMaker expects for the import (TroiFile-Plugin)

7. import to a field

8. delete first path from the containerfield

9. exit loop if containerfield is empty

10. end loop

Of course a little more programming is neccessary and this is not recommeded for FM-beginners.

I hope my german-english is understandable, greetings, Michael

------------------

Michael Adams

Germany

Link to comment
Share on other sites

  • 3 weeks later...

This topic is 8501 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.