Jump to content
Server Maintenance This Week. ×

opening multiple files


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

Recommended Posts

Hello!

I have about 5000 small .dbf files that I need to import into FM (FM6). Is there a way I can 'collectively' open them, or is there some kind of merge process, or some other way of avoiding having to do this process 5000 times?

Link to comment
Share on other sites

If the files were tab delimited text you could just concatenate them and import the result. The only way I can think to do it with .dbf is to create an applescript that would sequentially copy the files to a new file (say test.dbf), import that file into fm, (the applescript would tell fm to perform the import script) copy the next file to test.dbf, and import that file.....etc.

Someone else might have a better way

Link to comment
Share on other sites

This topic is 7335 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.