Software Techniques Inc. (www.stiwww.com) AdValorem.zip Files included: Ad Valorem.stp - the STPT database containing the Profile called Georgia Counties AdValorem.pdf - the PDF file containg the records for the entire state for the year 2002 AdValorem.txt - the text file that was created from the PDF file using Adobe Reader Version 6.0 To create a text file from a PDF file using Adobe Reader, open the PDF file and use the File Save As Text option How the Profile works: The data for each county starts 1 line below the name of the county which in this example is Fulton. All data for a county ends 1 line above the word County and indicates the start of data for the next county. All fields in the text file are separated with a white space delimiter. Therefore to create the STPT Profile use the following parameters: TextFlag = Fulton RelativeLines = 1 GenNLines = -1 (means get all lines of data until text specified as EndOfData is reached) EndOfData = County (indicates to stop reading at the line containing the word County) Change the FileName parameter to the appropriate path on your computer or extract the ZIP file using the existing path.