Open rhodges opened 10 years ago
To copy from one FormHub instance to another:
To rename a field: In step 3 above, apply necessary logic to map old field value into new field
To add a field: Must define a default value or derive one from existing answers for the new field
To delete a field: Simply leave it out of step 3
To convert data: Write custom conversion logic into step 3
* This is how Enketo does it. Maybe submissions can be uploaded in another format, one we're more comfortable with.
Pull all users data out Upload data onto new, clean Formhub server
Questions: How to pull out data for multiple users/accounts? Recreate accounts on import/restore? Passwords?