Created
February 7, 2019 09:52
-
-
Save goodviber/bfdc661a69b6d4bae87d5d1a4acdee27 to your computer and use it in GitHub Desktop.
strip whitespace from headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#strip whitespace from headers | |
CSV.foreach("tmp/client_mapping.csv", {headers: true,:header_converters=> lambda {|f| f.strip}) do | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment