Hi,
Is it possible to download Csv without without link creation to download for better UX.
In the demo example, the plugin generates a link to download the file. However I need to export the csv on click of a button “Export”.
Also I unable to find Download A CSv rg-to-CSV in action. Any reason why?
Thanks
Satish
Also as you can see in the above image I have many header columns that are not in the Actual Header group. Any tips on how to add custom header columns?
And Also does the above workflow you have suggested downloads immediately?
Thanks
Satish
Please make sure you have done the same. This is a workable setup:
I’d recommend you to separate action for opening a CSV file in a new tab since for some reason it indeed refreshes the page if you are manually typing table captions.
Hi Kate,
Thanks for the info. I think there is a way to do that with a current plugin capability. I just setup a,c,d in the manual headers and after I received the export from the system I mapped and changed the headers and it works
Another question if thats ok to see if I can do a work around on the performance.
So how about
I set another repeating group hidden behind what I have on the current Repeating group with a horizontal layout of all the headers and fields and when I trigger this event I can download the Csv?
In the above scenario I can see the limitation as only fixed rows can be exported, is there a way I can export larger data sets through email?
No, unfortunately. You can not convert to CSV the content of the Repeating Group which is hidden, because it is not rendered on the page.
To get the whole RG’s content you need to have it (RG) Full List (for old responsive) and a maximum number of rows (for new responsive). This is the only way, I’m afraid:
(some messy examples below )