Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieubossaert authored Jul 27, 2021
1 parent bab6e8f commit 0d81deb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ And start retrieving data from Central.

```sql
SELECT odk_central.odk_central_to_pg(
'me@mydomain.org', -- user
'PassW0rd', -- password
'my_central_server.org', -- central FQDN
2, -- the project id,
'my_form_about_birds', -- form ID
'odk_data', -- schema where to creta tables and store data
'me@mydomain.org', -- user
'PassW0rd', -- password
'my_central_server.org', -- central FQDN
2, -- the project id,
'my_form_about_birds', -- form ID
'odk_data', -- schema where to creta tables and store data
'point_auto,point,ligne,polygone' -- columns to ignore in json transformation to database attributes (geojson fields of GeoWidgets)
);

Expand Down

0 comments on commit 0d81deb

Please sign in to comment.