PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Structures » Structures_DataGrid » Bug #5327

Get rid of the extra space after the delimter when using CSV renderer

Details

Request #5327Get rid of the extra space after the delimter when using CSV renderer
Submitted2005-09-07 20:55 UTC
Frompnovess at mac dot com
Assignedasnagy
StatusClosed
PackageStructures_DataGrid
PHP Version5.0.4
OSFedora
Roadmaps(Not assigned)

Comments

[2005-09-07 20:55 UTC] pnovess at mac dot com

Description:
------------
When you use the CSV renderer, an extra space is added
after the delimiter which wreaks havoc on some older PC
apps that are importing files created with this package.
It would also be nice to change the \n line character to
a carriage return for PCEEE's.

Currently I have to run a regex on the CSV file. I might
as well build it myself tan use this if there is no
control on out put.

[2005-09-08 12:37 UTC] post at mark-wiesemann dot de

I've made a patch for these two requests:
http://www.markwiesemann.de/php/Structures_DataGrid/CSV.diff

[2005-09-12 13:48 UTC] asnagy at php dot net

This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.