Delimeter,Separator Issue for browser

Hi,

Is there any option to change default Delimeter,Separator for http://localhost:5000/.csv? or http://localhost:5000/.txt?

For example on this moment in .csv exist “,” but I need “;”  and .txt have " " (space).It’s be nice to set own for any type file.
The “,” is problem for float type data coz it’s natural delim. The option for set own delim in float as “,” maybe can be usefull and easy configurable in q.bat settings.

This option give us to easy import to excel from txt when we have delimeter.
In other case we have html header what blocking good import

<html><head><style>a{text-decoration:none}a:link{color:024C7E}
a:visited{color:024C7E}a:active{color:958600}body{font:10pt verdana;text-align:justify}</style></head><body><pre>datetime open high low close volume
---------------------------------------------------------------
2012.03.11T11:07:00.208 62.98664 96.01549 2 66.84724 515.9796
2012.03.12T11:07:00.208 56.38081 2.50985 96 91.33033 406.6642
</pre></body></html>

Thank you for attention

Change .q.csv

   Attila

>Change .q.csv

You talk about output file ? Something like CTR+H ?

no. put that in your server start scripts or in q.q file in the same dir with q.k
btw, you can inject code from the browser but that’s not nice.