edgarminers/python-edgar

last line of downloaded files doesn't end with a new line

Closed this issue · 2 comments

Hence command cat *.tsv > master.tsv doesn't treat the last line as a proper line and concatenates it with the first line of the next file.

Thanks for the report. Do you have some time to submit a PR?

Fixed in #19