Re: Text File Output
- From: JayBee <Jennifer_Beecroft@xxxxxxxxxxx>
- Date: Fri, 21 Mar 2008 14:14:51 -0700 (PDT)
Hi Kevin
Yes exactly there is a carriage return between each record but in my
database all the information for one job is stored in one record so it
will be displayed as follows:
"123";"1";"C01";"123";"2";"C02";"123";"2";"D17" - then on to the next
record
"234";"1";"C02";"234";"2";"C35";"234";"2";"C56"
However in the external database they store details of one job in four
parts as follows:
JobDetail1
JobDetail2
JobDetail3 &
JobDetail4
So for example in their database table 'JobDetail1' would have records
as follows:
JobDetail1.txt
"123";"1";"C01"
"123";"1";"C02"
"123";"2";"D17"
"234";"1";"C02"
"234";"2";"C35"
"234";"2;"C56"
Therefore I need to know if it is not possible to export my data in
the format as above i.e. all on one line then is there a simple way
around it.
The file format is Comma Seperated Value text file (if that's what you
mean) but I have been asked to replace commas with semicolons once it
is in the text file.
Many Thanks
JayBee
.
- Follow-Ups:
- Re: Text File Output
- From: Helpful Harry
- Re: Text File Output
- References:
- Text File Output
- From: JayBee
- Re: Text File Output
- From: Kevin Audleman
- Text File Output
- Prev by Date: Re: FM 6 Summary
- Next by Date: Re: Text File Output
- Previous by thread: Re: Text File Output
- Next by thread: Re: Text File Output
- Index(es):
Relevant Pages
|