Discussion:
Export data to text file
(too old to reply)
Mary M.
2009-09-29 20:14:39 UTC
Permalink
I would like to export data from a report to a text file using a pipe
| as the delimiter. Any way to do this? I am using Infomaker 10.5.
Terry Dykstra [TeamSybase]
2009-09-30 14:07:56 UTC
Permalink
The only way you can do this in IM is by creating the SQL itself as a pipe
delimited statement:

select col1 || '|' || col2 || '|' || col3
from mytable
--
Terry Dykstra (TeamSybase)
http://powerbuilder.codeXchange.sybase.com/
http://casexpress.sybase.com
product enhancement requests:
http://my.isug.com/cgi-bin/1/c/submit_enhancement
Post by Mary M.
I would like to export data from a report to a text file using a pipe
| as the delimiter. Any way to do this? I am using Infomaker 10.5.
Loading...