Seperate CSV files
Posted: Fri Jun 21, 2019 11:39 am
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?
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?