Page 1 of 1

Seperate CSV files

Posted: Fri Jun 21, 2019 11:39 am
by Rickman
Hello,

I'm exporting an entire year of EURUSD data (01-01-2018 - 31-12-2018) to CSV.

As output file name(s) I've got: D:\{Timestamp:yyyyMM}-{Symbol}.csv

I was expecting this would result into multiple CSV files like:

201801-EURUSD.csv
201802-EURUSD.csv
201803-EURUSD.csv
etc. etc.

However it leads in one single file:
201906-EURUSD which is the current year and month.

Am I doing something wrong here?

Re: Seperate CSV files

Posted: Mon Jun 24, 2019 12:34 am
by tickstory
Hi Rickman,

That behavior is as expected. The "Timestamp" token in the filename gives the current date and the system generates a separate file per symbol, not per date.

I can see where the functionality you describe may be useful, however for the moment you will need to do this via Excel or the like.

Regards.