Closed dafeder closed 6 years ago
From @jacintocapote:
I will try to explain the error and because is a little complicate to fix. We can have from multiple fields this error (long value). I was investigating as capture the error to process and show a error but is a little difficult. For example for title, description, .... we need to do a call API drupal to get the schema of these fields. After get the schema we need to get the type (varchar, int, ...) and get the long of these fields and compare with the field mapped. In another case we can limit the to a incorrect size. We can limit the keyword and log a error but I think we need implement a general solution and is the reason to be more complicate and I spend the last days checking a solution.
We're going to stick to the acceptance criteria for now. Specific to the keyword field, if the keyword is too long, flag a bug and skip it.
Closing this ticket as it has not been updated recently and is not on our near-term roadmap. Please re-open if you would like to discuss further or are actively working on it.
CIVIC-5070
Trying to migrate a source that has mistakenly created kewords that are too long causes the a migration to fail with the following error:
Steps to Reproduce
Acceptance Criteria
Test Updates
Initially reported by @dkinzer