You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing data via the CSV import feature, it's possible that existing user-defined field values can be removed. When updating an existing record, we do not pull the user-defined field values into the z_{model}_suffix table. So only the values defined in the CSV will get placed into the record.
The text was updated successfully, but these errors were encountered:
The problem occurred when the data being imported did not contain all of the user-defined fields present in the project. For example, if my project contained a model with fields A, B, and C, and the imported data only contained fields A and B, the result would be that field C was erroneously cleared out after importing. To test we can use the following steps:
Add a user-defined field to your project (A), set the values for some records
Export your data to a ZIP file from Project Settings
Add another user-defined field to your project (B), set the values for some records
Import your exported data from Project Settings
Verify that both fields A and B have the correct values
When importing data via the CSV import feature, it's possible that existing user-defined field values can be removed. When updating an existing record, we do not pull the user-defined field values into the
z_{model}_suffix
table. So only the values defined in the CSV will get placed into the record.The text was updated successfully, but these errors were encountered: