Sending ODK collected data to a google Group

Hello all

I was wondering if I can send ODK collected data from mobile directly to a Google Group? is it possible to do so?

I feel this is a very juvenile question but was thinkiong if it can be worked out..

Regards
Satish

Hi Satish,

If you don't want to write any code, you can post data from Aggregate
to Google Sheets (or to Google Sheets directly using
https://nafundi.com/blog/posts/serverless-odk-deployments-with-google-apps).
Then you can probably use something like Zapier (http://zapier.com) to
send each row that you receive to the group.

If you want to write code, use the JSON publisher and write a JSON
listener that sends emails to the group. Or you can use Briefcase's
CLI interface to download and export the data from Aggregate and then
send a CSV to a group with some mailer script or upload it to Dropbox
then notify from there.

https://opendatakit.org/use/aggregate/data-transfer has more about
your data transfer options from Aggregate.

Yaw

··· On Fri, Jan 6, 2017 at 4:14 AM, wrote: > Hello all > > I was wondering if I can send ODK collected data from mobile directly to a Google Group? is it possible to do so? > > I feel this is a very juvenile question but was thinkiong if it can be worked out.. > > Regards > Satish > > -- > You received this message because you are subscribed to the Google Groups "ODK Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

Hi Satish,

If you don't want to write any code, you can post data from Aggregate
to Google Sheets (or to Google Sheets directly using
https://nafundi.com/blog/posts/serverless-odk-deployments-with-google-apps).
Then you can probably use something like Zapier (http://zapier.com) to
send each row that you receive to the group.

If you want to write code, use the JSON publisher and write a JSON
listener that sends emails to the group. Or you can use Briefcase's
CLI interface to download and export the data from Aggregate and then
send a CSV to a group with some mailer script or upload it to Dropbox
then notify from there.

https://opendatakit.org/use/aggregate/data-transfer has more about
your data transfer options from Aggregate.

Yaw

Hello all

I was wondering if I can send ODK collected data from mobile directly to a Google Group? is it possible to do so?

I feel this is a very juvenile question but was thinkiong if it can be worked out..

Regards
Satish

--
You received this message because you are subscribed to the Google Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Yaw
Thanks for the reply and numerous options . i will try them and get back to you in case of some issues.
Thanks and Regards

satish

··· On Sunday, 8 January 2017 06:45:56 UTC+5:30, Yaw Anokwa wrote: > On Fri, Jan 6, 2017 at 4:14 AM, wrote: