Re: Creating tab delimited files
- From: Louis Krupp <lkrupp@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 21 Feb 2007 17:33:03 -0700
Donald Tees wrote:
jmoore207@xxxxxxxxx wrote:I need a little help with imports and exports programs. I have created
many comma delimited programs, I am having an issue with tab delimited
files and numeric fields. I have written an export program that
creates a tab delimited file from an indexed file. I have also written
an import that would use the tab delimited file and update or create
an index field. I am having an issue with numeric fields. Does anyone
have any good examples of these. I am using Acucobol in a Solaris
environment. Thank you
I'd advise putting quotes around each field before stringing with tabs.
If you do not, then tabs inside fields will screw up, as well as certain dates.
Also be sure to escape quotes within the fields, because *those* will screw things up.
Louis
.
- Follow-Ups:
- Re: Creating tab delimited files
- From: jmoore207
- Re: Creating tab delimited files
- References:
- Creating tab delimited files
- From: jmoore207
- Re: Creating tab delimited files
- From: Donald Tees
- Creating tab delimited files
- Prev by Date: Re: Cobol convert program Job Request
- Next by Date: cobol compiler/IDE for PC
- Previous by thread: Re: Creating tab delimited files
- Next by thread: Re: Creating tab delimited files
- Index(es):
Relevant Pages
|