GlennC Posted March 26, 2004 Posted March 26, 2004 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?
Reed Posted March 26, 2004 Posted March 26, 2004 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
GlennC Posted March 27, 2004 Author Posted March 27, 2004 Thanks Reed, I was hoping for some whizbang program that could put all the files into one at the press of a button, but looks like no such luck.
Recommended Posts
This topic is 7549 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 accountSign in
Already have an account? Sign in here.
Sign In Now