Backfill CHANGELOG for #56, #96

dev
Andy Meneely 2015-07-10 10:13:33 -04:00
parent 3354bf9b27
commit 8506104058
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ We don't officially support Google Sheets ([yet](https://github.com/andymeneely/
## Combining Multiple Columns ## Combining Multiple Columns
Say you have multiple columns in your Excel sheet that need to be combined into one icon on your card. Consider using `zip` in conjunction with `map`. Say you have multiple columns in your Excel sheet that need to be combined into one text field on your card. Consider using `zip` in conjunction with `map`.
```ruby ```ruby
data['BuyText'] = data['BuyAmount'].zip(data['BuyType']).map do |amt, type| data['BuyText'] = data['BuyAmount'].zip(data['BuyType']).map do |amt, type|