[Fusionforge-general] FusionForge CSV export pipe delimiter

Hough, Kenneth P kenneth.phough at WPI.EDU
Thu Dec 20 16:18:36 CET 2012


Hi All,

In our environment many developers use ',' and ';' in the trackers and we have found it very helpful to be able to pipe delimit our CSV files.  I thought that I will share this since maybe there are others out there that would like to have pipe delimited CSVs :)

In gforge/src/common/tracker/actions/format_csv.php add the following:

<input type="radio" name="sep" value="|"<?php if ($sep=='|') echo ' checked="checked"' ?>/>Pipe (char: '|')

All the best and Happy Holidays,
Ken



More information about the Fusionforge-general mailing list