brucemcpherson / desktopliberation

hosting for desktop liberation google plus community
30 stars 1 forks source link

Fiddler now supports joins to merge matching columns from multiple sheets #119

Open brucemcpherson opened 2 years ago

brucemcpherson commented 2 years ago

You may have come across my post on SQL for Apps Script where I shared a library for using SQL syntax in Apps Script to do things like joining tables. For some cases, this might still be the best approach, but if you are using Fiddler for minimum fuss sheet data manipulation, you might find this update handy. It allows you match rows from sheets and join them in a variety of ways in a few lines of code. I’ll also contrast this with SQL later on.

https://ramblings.mcpher.com/gassnippets2/fiddler-joins/