Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_csv.Error: need to escape, but no escapechar set #100

Open
kenorb opened this issue Mar 22, 2020 · 0 comments
Open

_csv.Error: need to escape, but no escapechar set #100

kenorb opened this issue Mar 22, 2020 · 0 comments

Comments

@kenorb
Copy link
Member

kenorb commented Mar 22, 2020

./dl_bt_dukascopy.py -c -p AUDJPY
Downloading http://www.dukascopy.com/datafeed/AUDJPY/2014/11/11/13h_ticks.bi5 into: download/dukascopy/AUDJPY/2014/12/2014-12-11--13h_ticks.bi5...
Converting into CSV (download/dukascopy/AUDJPY/2014/12/2014-12-11--13h_ticks.csv)...
Downloading http://www.dukascopy.com/datafeed/AUDJPY/2014/11/11/14h_ticks.bi5 into: download/dukascopy/AUDJPY/2014/12/2014-12-11--14h_ticks.bi5...
Converting into CSV (download/dukascopy/AUDJPY/2014/12/2014-12-11--14h_ticks.csv)...
Traceback (most recent call last):
  File "./dl_bt_dukascopy.py", line 411, in <module>
    ds.bt5_to_csv()
  File "./dl_bt_dukascopy.py", line 370, in bt5_to_csv
    w.writerow([timestamp, bidPrice, askPrice, bidVolume, askVolume])
_csv.Error: need to escape, but no escapechar set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant