Newbies Dennis Jones Posted March 25, 2008 Newbies Posted March 25, 2008 Daily I import and parse a report from a mainframe computer. In FileMaker, prior to the import, both the FMP table containing the raw imported data (~~ 70k records) and the FMP table containing the parsed data (~~ 7K records) are emptied (select all, delete all). After importing and parsing the data, I need to post a summary of the information to a third table where a summary history of the parsed data is maintained. Presently I export a summary .mer file (~~70 records) which I then import back into FileMaker in the Summary table. This process is scripted, but the user still needs to name the export file and make sure it is a .mer file. This works fine except it requires a fair amount of user intervention. The FMP File resides on a FMS 8.5 Server. Is there a way to take the data in the parsed data table, summarize it, then move the summary information into the summary table without user intervention. Regards, Dennis [email protected]
bcooney Posted March 26, 2008 Posted March 26, 2008 Since you rate your skill level as Advanced, I am assuming that you've explored scripting the export step with a hard-coded path is not an option? Why not? Is a looping script instead of an import/export feasible?
Recommended Posts
This topic is 6086 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