eAppoint requires that uploaded documents containing new appointments follow a specific format. Be sure to save your document as a comma-delimited text file, as eAppoint will only accept and process comma-delimited text files. Your file is required to have a specific file header that identifies the data fields and their required order. The file header must be the following (on a single line): LICENSE_NUM,SSN_FEIN,TYCL,SUPERVISOR_LICENSE_NUM,APPOINTMENT_DT,BUSINESS_LOCATION_COUNTY,APPOINTMENT_COUNTY
Definitions for each field are provided in the following table:
After the file header, you will need to provide specific details for each appointment. A dataset for each appointment must be created by specifying each appointment field in the proper order, separating each item by using a comma. A line break at the end of each dataset will separate one dataset from the next. If an appointment field is not required, you will still need to use the appropriate number of commas as a space holder. Below is an example of two appointment data sets separated by a line break: A123456,111223333,0220,A223456,01/01/2003,,01 If your file includes a state appointment and county appointment(s) for the same individual licensee and TYCL, then the state appointment dataset must precede the county appointment datasets. |