petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.22k stars 190 forks source link

Fix fromtsv() to pass on header argument #622

Closed jfitzell closed 2 years ago

jfitzell commented 2 years ago

fromtsv() is a helper that calls fromcsv() with a different dialect set. However it was not passing on the header argument.

I apologize – I have not run unit tests, but the fix seems very straightforward and I figured a pull request was probably still more helpful than just raising a bug report.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2442702640


Totals Coverage Status
Change from base Build 2221478561: 0.0%
Covered Lines: 12627
Relevant Lines: 13868

💛 - Coveralls