August 2003
Intermediate to advanced
624 pages
15h 3m
English
As discussed in Chapter 6, in order to develop reusable modules that can be linked together into programs and not just cobbled together in scripts, we put the main processing logic in a routine that is called from a shell main program. The shell main program functions, described next, are essentially identical to the CSV main routine.
Arguments: Input File Name Output Directory File Description XML Document Options: Validate output Help Validate and process command line arguments IF help option specified Display help message Exit ENDIF Create new FlatSourceConverter object, passing: Validation option Output Directory File Description XML Document Call FlatSourceConverter processFile ... |