ODK PullData

How Can I Return Multiple Columns in the PullData From a Separate CSV File is it possible to do this ?
and if So does anyone know what is the correct Formula to do that?

Hi there,

You can pull as many columns as you'd like, but each column can only
go into a single question.

https://opendatakit.org/help/form-design/data-preloading
http://xlsform.org/#how-to-pull-data-from-csv

Yaw

ยทยทยท -- Need ODK consultants? Nafundi provides form design, server setup, in-field training, and software development for ODK. Go to https://nafundi.com to get started.

On Sun, May 22, 2016 at 9:20 AM, mostafaobeid207@gmail.com wrote:

How Can I Return Multiple Columns in the PullData From a Separate CSV File is it possible to do this ?
and if So does anyone know what is the correct Formula to do that?

--

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.

How about combining pulldata and join?
Ex, join(' ',pulldata(...), pulldata(...), pulldata(...))
What do you think :slight_smile:
Thien Dao