
PowerSWITCH 07
Basic building blocks
- Add unique ID to job name
A unique number is added to all files that go through this flow. The counter is remembered by SWITCH and starts with 1.
- Sort on file size using script expression
This flow uses a script expression to move files in the "Bigger than 5 MB" or in the "Smaller than 5 MB" folder. - Sort on file size using script object
This flow uses a Script element that sorts jobs based on their size.
- Add partial job name to hierarchy information
This example flow uses a script element to add part of the job's name to the hierarchy information for the job.
- Archive By Date
This flow uses a script that archives files per day. The Script element allows you to change this to "per year" or "per month".
- Using SWITCHclient
This basic flow shows you how you can use SWITCHclient to submit files and how to use a Checkpoint in your flow.
- Move to Recycle Bin
All files in the 'Archive' folder will stay in this folder until more than 100 file are present or the total of all files is more than 500 MB. The oldest files (i.e. the first ones that arrived in the Archive folder) will be deleted first.
- Sort PDF files on page count using Adobe Acrobat
This example flow sorts incoming PDFs in folders, based on the number of pages the file contains. - Sort FlightCheck Online files
FlightCheck Online flow hands over files to PowerSWITCH which will read the job ticket information delivered with the job and sort files based on this information.
- Log job information to Excel
This example flow uses a script that information from a job into an Excel spreadsheet.
- From FTP to ADAM
This basic flow downloads files from different FTP servers and hands them over to ADAM.
