Repeat loop alternative

I've used various repeat loops in my form but when pulling the data using briefcase it creates separate csv files for different repeat loops.

I want to create a single csv output file for the entire form, so any ideas or alternative to avoid creation of multiple repeat csv files.

Thanks in advance,
Varun

Hi Varun,

Your options are to:

  1. Remove the loops and have a fixed number of elements
  2. Try streaming the data from Aggregate to Fusion Tables and flatten it there
  3. Do some post processing with Python/Ruby/R to combine the CSVs as
    you see fit.

Yaw

ยทยทยท On Mon, Nov 21, 2016 at 2:26 PM, wrote: > I've used various repeat loops in my form but when pulling the data using briefcase it creates separate csv files for different repeat loops. > > I want to create a single csv output file for the entire form, so any ideas or alternative to avoid creation of multiple repeat csv files. > > Thanks in advance, > Varun > > -- > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en > > --- > You received this message because you are subscribed to the Google Groups "ODK Community" group. > To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

hi @Varun_Kumar,

this functionality does not work on briefcase, SurveyCTO Sync will produce a filename_WIDE.csv file with which contain all you repeat loops.

Thanks
Fabla