tbanel / orgtbljoin

Enrich an Org-table with a reference table
GNU General Public License v3.0
32 stars 4 forks source link

Specify columns for the output table #3

Closed wuqui closed 2 years ago

wuqui commented 2 years ago

Is it possible to specify which columns should be included in the joined table? I often don't want all of the columns from the reference table to be added to the master table.

The :cols parameter in your package orgaggregate allows one to specify which columns . I'm using this method to chain multiple table processing steps, but it's cumbersome. It would be ideal if this could be specified directly when joining.

tbanel commented 2 years ago

Hi Wuqui Your request seems useful. I will investigate it.

tbanel commented 2 years ago

Done! The new :cols parameter is available. See README for details. Without :cols the behavior is the same.

wuqui commented 2 years ago

Brilliant! I just tried it, and it works perfectly, thank you! 🙂

tbanel commented 2 years ago

Brilliant! I just tried it, and it works perfectly, thank you! slightly_smiling_face

You are welcome!