DSweet Posted March 29, 2012 Share Posted March 29, 2012 I have a daily project (which we run on FusionPro Server) that requires me to create a customer proof of the first 100 occurrences of unique store numbers. These store numbers are included as a field and I have programmed a way of compiling only those records. Currently I have each non unique store record being skipped for the customer proof compilation and then just skip through to rest of the data file to the end after the 100th unique store record has been processed. A much simpler method than I had to do before. So far so good. The data files have averaged 100,000 or so records and there are times when the 100th store appears before record 1000 but sometimes not until record 20,000. I just never know. The template still has to process through all 100,000 records to the end. Quite time consuming and takes up processing time for other projects on FP Server. Is there a way or telling FusionPro to simply force-break the composition or go to end-of-file? I really don't what to have to read each data file into excel and write out only the unique records then trim it out to the first 100. . Quote Link to comment Share on other sites More sharing options...
rpaterick Posted April 12, 2012 Share Posted April 12, 2012 D, What mailing software are you using? I believe our mailing software can automate that feature by looking for the "unique" stores and then selecting "100" records. Appears that it would select the first 100 stores also in our mailing software as well. Also, creating a _proof.csv file from excel on 100,000 records would only take about 2 minutes to create from the final file. Another processing step in Excel and outputting but should be a lot quicker than your current setup. Quote Link to comment Share on other sites More sharing options...
esmith Posted April 12, 2012 Share Posted April 12, 2012 What about setting up your template to add your input file as an external file (on the fly) as well, determining the first 100 unique records in OnJobStart and then processing only those records in your OnOutput rule? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.