Hey everyone, I was creating a simple reports plugin and none of the other plugins seemed to fit my simple needs without some massaging (maybe I was just using them wrong ¯_(ツ)_/¯). So I created yet another repeating group to CSV plugin.
However, I tried to make this as simple as possible. All you need to do is set your ID attribute on your repeating group and feed it into an action. From there you can just simple name your columns in a list format in one field and presto should generate.
Just make sure your list of column names are the same as the number of rows.
Also working on different methods to do this such as using an element button, or creating a variable list of keys to match your data against.
Please give it a shot if you like and leave me a review or let me know how I can improve. Thanks!