* ------------------------------  FASTinput  --------------------------------


INPUT FILE TYPE
* ---------------------------------------------------------------------------
* This is the source file you send to Peachtree Data for processing.

Input Data File Type: (Fixed, DBase, Delimited).............................. = 
    * Fixed     = Fixed-width ASCII
    * Dbase     = Dbase3
    * Delimited = ASCII file delimited by a specific character

Input Delimiter: (Comma, Tab, Pipe).......................................... = 
* If Delimited is specified above.
    * Comma = Commas mark the boundaries of each column
    * Tab   = Tab characters mark the boundaries of each column
    * Pipe  = Pipe characters mark the boundaries of each column

First Row Contains Column Names: (Y/N)....................................... = 
* If Delimited is specified above.


INPUT COLUMN DEFINITIONS
* ---------------------------------------------------------------------------
* This is the list of column names and lengths in your datafile, listed in
* left-to-right order.  Please list all columns in the data file.
*
* Each column name must be unique and can contain letters, numbers underscores,
* and spaces. All other characters will cause an error to be returned.
*
* If Input Data File Type is Dbase, or if it is Delimited with 
* First Row Contains Column Names = Y, then this section will be ignored.

* For fixed width files, FAST determines and appends the end of line character
* to what is provided in this document so do not include it in the column list.

* Example input column definition:

* fname(15)

* where fname is your input column name, and 15 is the maximum length of 
* this field.  All columns are treated as text datatypes.


INPUT COLUMN MAPPINGS
* ---------------------------------------------------------------------------
* In the format: Peachtree Data's Column Name = Your Column Name
* Example: City = cityname
*
* If you don't have a column to map to one of Peachtree Data's columns then 
* just leave that entry blank
*
* To combine multiple columns and plain text into a single column, use
* an Ampersand (&) to connect items with a single space between them, 
* or a Plus Symbol (+) to connect items with nothing between them.
* Examples: 
* FullName = fname & lname                        --> John Doe
* FullName = fname & mname & lname + "," & suffix --> John Fitzgerald Doe, Jr
*
* If FullName or Firm is used then NameOrFirm should be blank
* If City, State and ZIPCode are used then LastLine should be blank

Name Format Used By FullName and/or NameOrFirm: (FML, LCFM, LFM)............. = 
    * FML  = Example: "John Fitzgerald Doe" or "John Doe" (Default)
    * LCFM = Example: "Doe, John Fitzgerald" or "Doe, John"
    * LFM  = Example: "Doe John Fitzgerald" or "Doe John"

* Use only one of these mapping blocks and leave the other one empty

* Explicitly-named fields mapping block:
FullName   = 
Firm       = 
NameOrFirm = 
Address1   = 
Address2   = 
City       = 
State      = 
ZIPCode    = 
LastLine   = 
Phone      =
Cell       =
Email      = 

* Do Not Use Auto-mapping if your service needs a PHONE or EMAIL field. 
* Auto-mapping block:
Line1      = 
Line2      = 
Line3      = 
Line4      = 
Line5      = 
Line6      = 
Line7      = 
Line8      = 
Line9      = 
Line10     = 
Line11     = 
Line12     = 


