public FileFormat GenerateFileFormatFromPreviousJob(string username, string password, string name)
You may find it helpful when building a FileFormat instance to process a job using a file of the same format
first through the Data8Online data cleansing website, then use this method to
retrieve the FileFormat instance that is generated by the wizard on the website.
After processing a job on the Data8Online website, you can supply the name you assigned to the job to the name
parameter, and this method will return the full file format definition but with a blank name. In order to use
this file format definition in another job, give it a unique name and supply the file format to the
UpdateFormat method to save it.