frictionlessdata / tabulator-py

Python library for reading and writing tabular data via streams.
https://frictionlessdata.io
MIT License
235 stars 42 forks source link

Strip leading and trailing whitespace from headers #336

Closed mcarans closed 3 years ago

mcarans commented 3 years ago

Overview

Perhaps this is already an option, but if not, it would be great to have a way to strip leading and trailing whitespace from headers eg. " Country Name " -> "Country Name"


Please preserve this line to notify @roll (lead of this repository)

mcarans commented 3 years ago

I see you do this by default. Closing.