Skip to content

Instantly share code, notes, and snippets.

@goodviber
Created February 7, 2019 09:52
Show Gist options
  • Save goodviber/bfdc661a69b6d4bae87d5d1a4acdee27 to your computer and use it in GitHub Desktop.
Save goodviber/bfdc661a69b6d4bae87d5d1a4acdee27 to your computer and use it in GitHub Desktop.
strip whitespace from headers
#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