Once you setup the Input File, describe which fields contain the key information Site-US Tax Batch needs to process. All fields in your Input File are passed through to the Output File. However, Site-US Tax Batch must be able to identify certain key fields, such as the field containing an address. Using drop-down lists, you describe these key fields. Other fields that are not required for geospatial processing can have a blank description.
Note that every Input File requires one of these field combinations:
As shown below, the field descriptions differ based on whether your file contains character-delimited or fixed-length formatting.
A fixed-length format reserves a fixed number of characters for a field, regardless of how many characters are actually used. Site-US Tax Batch lets you specify the length of each field, as well as the start position for each field. For example, the first field might start at character 1, the second field at 10, the third at 35, and so on. (The first character in a line is always 1.)
To describe fixed-length Input File fields:
A delimited format separates each field with a specific Delimiter Character such as a comma or a tab character. Using a drop-down list, you can specify which Delimiter Character to use. Site-US Tax Batch also lets you specify a Quote Character. For example, a typical Comma Separated Values (CSV) format separates fields using a comma as the delimiter, and surrounds the field contents with double quotes — allowing the use of commas within the field. With its drop-down lists, Site-US Tax Batch enhances this capability. You specify not just the Delimiter Character, but also the Quote Character that surrounds the field contents.
For example, a delimited format input file might have a line like this:
001,Jane Doe,123 Main St.,Big City NY 12345
In this case, you would specify a comma as the Delimiter Character, a Field Name like ID in Field Number 1, a Field Name like Address in Field Number 3, and a Field Name like Cityline in Field Number 4.
To describe character-delimited Input File fields: