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 |
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 answered 25 Jun '20, 12:55 Lauri (OF) ♦♦ |