How to Export Repeating Group to CSV

Hi,

I try to export repeating group to CSV.
Currently i get data on repeating group from Json that i got from API call.
My question :

  1. Should i save the data on repeating group list on the database before i export to CSV ? is possible to do export without save to database ?

  2. How i can export the data to csv ? currently i try to use plugin “Download CSV from Repeating Group” but i got error message like below screenshot

Anyone have experience with this kind of issue and how to solve the issue ?

Thanks

You show an error but don’t show your configuration

Hi Saloon,

Sorry about that. This is my configuration for the plugin

Repeating group contain list value that i got from API call

Below screenshot of list content on repeating group layer 1

So the structure of repeating group is :

  • RepeatingGroup layer 1
    • text a : content value from API call
    • Repeating group layer 2
      - text b : value from API call from parameter (text a)

What i miss on configuration ?