Overview:
When migrating documents using an input file created in CSV format, an.Error occurs: Object field value(s) do not resolve to a valid active [object name].
Root Cause:
There are values in the input file that contain commas. Also, the referenced field allows for multiple values to be selected.
Solution:
The solution is to place double quotes (") at the beginning and end of any values in the input file that contain commas in them. This allows the Vault API to parse the affected values as separate values.
Note: This does not apply if the referenced field allows for users to select a single value.
Related Documentation:
- Vault Help Documentation: Vault Help