I want to extract collect mobile submitted survey data from collect server Postgresql database and put the data into another database. So far, I have learn that it is stored in ofc_record_data table and its in binary format.

asked 25 Jun '20, 09:02

thak's gravatar image

thak
112
accept rate: 0%


Dear Thak,

here is one solution to dump all out into SQLite databases. May it can help? https://openforis.support/questions/1975/encoding-for-postgresql-collectofc_record_data-tables-data-field

Another solution is to export all entities as Excel/CSV files, and import them starting top to down.

regards, Lauri

permanent link

answered 25 Jun '20, 12:55

Lauri%20%28OF%29's gravatar image

Lauri (OF) ♦♦
6652815
accept rate: 21%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×170

question asked: 25 Jun '20, 09:02

question was seen: 1,555 times

last updated: 25 Jun '20, 12:55