Ricoh ProcessDirector uses the job-properties rules file to set values of Ricoh ProcessDirector job properties. It uses the job-properties rules file together with the parsing rules file that defines the fields in the results file.
Ricoh ProcessDirector provides these sample job-properties rules files in directory /installation_path/extensions/fbi-basic/samples/icf_results:
Inserter manufacturer | Job-properties rules |
---|---|
Bowe | BOWE.icf_results.process.job.dsc |
Bowe with JetVision camera systems | JET.icf_results.process.job.dsc |
Bowe Bell & Howell | None (not supported) |
Gunther | GUN.icf_results.process.job.dsc |
Inserters with Ironsides camera systems | IRON.icf_results.process.job.dsc |
Kern | KERN.icf_results.process.job.dsc |
Pitney Bowes | PB.icf_results.process.job.dsc |
Ricoh ProcessDirector job properties set in rules file lists the job properties that you can set in a rules file.
Property (field name) | Property (database name) | Required | Description | Type | Length (characters) |
---|---|---|---|---|---|
Inserter name | Job.Inserter.ID | No | The name of the inserter that processed the job. | varchar | 255 |
Job name | Job.Name | No | The job name. | character | 128 |
Comment lines start with a pound sign (#).
The first non-comment line is optional. It identifies which records in the results file contain information. The first line has this format:
[expr=content_language_expression]
For example, if the first line of the results file is a header and you want to ignore it, use this expression:
[expr=recnum>1]
If all records in the results files contain information, omit this line.
Each subsequent line in the rules file sets the value of a Ricoh ProcessDirector job property. Each line has this format:
property_name,property_type,property_length,[expr=content_language_expression]
Job.Inserter.ID,varchar,255,[expr=MachineID]