Export report to TEXT file
By default we can export report to be cvs format file.
But sometimes when a numeric string is longer than 12 digits, the rest of data is cut off,
and when the date filed of the report is like *"05/29/2013 14:35:52"*
after exporting to cvs file, it's changed to be *"13-May-29"*. I want to keep the original data.
My report is generated through PL/SQL return SQL query.
Are there any settings to avoid these two issues?
And does anyone know how to export the report to be a text file with space or tab delimited file ?
Thank you !