I’m trying to export a view using a COL file, and I can’t get the thing to work.I select the view, then File>Export, Save as type Tabular Text; the folder contains the .COL
file and I name the export file the same as the .COL file, but with .TXT extension.
The problem is that the .COL file is being ignored, and all I get is a regular view export.
The COL file contains this:
;Export RITS.frmDIIR to flat file
;
UniqueId: UNTIL “|”
ParentUNID: UNTIL “|”
InterviewerName: UNTIL “|”
DaysToComplete: UNTIL “|”
Offer: UNTIL “|”
OfferDesc: UNTIL “|”
Rate: UNTIL “|”
RateDesc: UNTIL “~”
The pipes are field separators, the tilde marks end of line.
The last time I did something like this, I think it was in the year 2000, probalby in R5 or R6,
and it worked fine.
Any help would be appreciated.