Export as different file types and specify fields
To Export from the command window to a Tab Delimited text file, create a new Command in AccuZIP6 by pulling the Edit menu down to Command. Give the command a name in the Save As box and in the Command Statement Syntax box put the following:
COPY TO "c:\output.txt" TYPE DELIMITED WITH TAB | Tab Delimited Text (txt) |
COPY TO "c:\output.txt" fields first,last,address,city,st,zip TYPE DELIMITED WITH TAB | Tab Delimited text with specified fields |
COPY TO "c:\output.txt" fields EXCEPT barcode,errno_ TYPE DELIMITED WITH TAB | Tab-Delimited text excluding specific fields |
COPY TO "C:\Customer Data\output.txt" TYPE DELIMITED WITH CHARACTER | | Export as Pipe Delimited text |
COPY TO "C:\Customer Data\output.txt" TYPE DELIMITED WITH "" WITH CHARACTER | | Export as Pipe Delimitec text with quotation marks removed |