CSV - Delimited
Comma Separated Values

This is a common type of data format which programs from Mainframes, to Microsoft Excel can output. 

It is also called the "Comma Delimited" format, or just "Delimited" which means to separate by. 

CSV files separate the fields by columns with a comma, and the records in to rows with a carriage return.

Many All-USA address CDs come in this format.  You can output the area codes or states you wish, then process them with the CallNot Software.

Here is an example where we would process the 6th field for Phone.  (Actual names and numbers changed for privacy)

"NAME", "ADDRESS", "CITY", "STATE", "ZIP", "PHONE", "TYPE", "ACTIVE"
"AAHOP, MAT","634 63RD AVE","TUSCALOOSA","AL","35401-9617","205-759-9999","R","Y"
"AAJONES, CHARLES","817 12TH ST SW","BIRMINGHAM","AL","35211-1906","205-788-4502","R","N"
"AABDUL, ABEE","929 BEECH LN","BIRMINGHAM","AL","35213-2023","205-871-8415","R","Y"
"AAIJ, MICHEL","803 12TH AVE","TUSCALOOSA","AL","35401-2412","205-345-1237","R","Y"
"AARON, A","","PINSON","AL","35126","205-681-4277","R","N"
"AARON, A","900 HARGROVE RD","TUSCALOOSA","AL","35401-4851","205-750-3242","R","N"
"AARON, A B","905 VALLEY RIDGE DR","BIRMINGHAM","AL","35209-1509","205-871-3064","R","Y"
"AARON, ABE","LOWER GAINESVILLE RD","BOLIGEE","AL","35443","205-372-1078","R","N"
"AARON, ADRIAN","1226 SOUTHWIND DR","ALABASTER","AL","35007-8730","205-621-8332","R","Y"
"AARON, ADRIAN","1226 SOUTHWIND DR","ALABASTER","AL","35007-8730","205-621-0476","R","N"
"AARON, ALICE FAYE","PINEYWOODS","JASPER","AL","35504","205-221-6576","R","Y"
"AARON, ALPHEUS","350 EVERETT AARON LN","JASPER","AL","35504-4649","205-834-0900","R","Y"
"AARON, ALTON","SUNLIGHT RD","JASPER","AL","35504","205-387-1787","R","Y"
"AARON, AMANDA","330 SUNSET DR","HAYDEN","AL","35079-8816","205-647-8807","R","Y"
"AARON, AMANDA","60 AARON LN","JASPER","AL","35504-5101","205-221-7097","R","N"
"AARON, ANGIE","1841 LANGSTON RD","CARBON HILL","AL","35549-3145","205-924-8748","R","Y"
"AARON, ANN","378 JEANIE LN","PELL CITY","AL","35128-4921","205-640-3098","R","N"
"AARON, ANTHONY","6645 OLD BIRMINGHAM HWY","JASPER","AL","35501-8217","205-483-8288","R","Y"
"AARON, AUBREY S","21695 US HIGHWAY 11","STEELE","AL","35987-3049","205-594-7752","R","Y"


Return