Wrong pre-defined format "CSV2FXT" when exporting to file
Posted: Wed Nov 13, 2013 3:21 pm
Hi
When using tickstory to export data for further processing with Birt's CSV2FXT Script I noticed that the currently offered pre-defined format is incorrect and does not get recognized by the Script.
The error lies in the separation of the first 2 fields Date and Timestamp where Birt's script expects a single field formatted as Datetime.
If you replace the current setting:
with
and also adjust the header by merginh the fields Date, Timestamp to a single field called Datetime, then the resulting file should be readable by Birt's Script.
I am aware that I can define my own custom output format as per the above and therefore this is not an urgent thing, but I figured it would be nice if the pre-defined setting worked as advertised.
Thanks in advance for your help and best regards
tickster
When using tickstory to export data for further processing with Birt's CSV2FXT Script I noticed that the currently offered pre-defined format is incorrect and does not get recognized by the Script.
The error lies in the separation of the first 2 fields Date and Timestamp where Birt's script expects a single field formatted as Datetime.
If you replace the current setting:
Code: Select all
{Timestamp:yyyy.MM.dd},{Timestamp:HH:mm:ss.fff},{BidPrice},{AskPrice},{BidVolume},{AskVolume}
Code: Select all
{Timestamp:yyyy.MM.dd HH:mm:ss.fff},{BidPrice},{AskPrice},{BidVolume},{AskVolume}
I am aware that I can define my own custom output format as per the above and therefore this is not an urgent thing, but I figured it would be nice if the pre-defined setting worked as advertised.
Thanks in advance for your help and best regards
tickster