Closed wuqui closed 2 years ago
Hi Wuqui Your request seems useful. I will investigate it.
Done!
The new :cols
parameter is available.
See README for details.
Without :cols
the behavior is the same.
Brilliant! I just tried it, and it works perfectly, thank you! 🙂
Brilliant! I just tried it, and it works perfectly, thank you! slightly_smiling_face
You are welcome!
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 packageorgaggregate
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.