We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The transformer fails with NullPointerException when "src.field.name" is the same as "dest.field.name" and the field has null value.
I believe this does not happens when src and dest field names are different.
The text was updated successfully, but these errors were encountered:
jcustenborder#115 Skip over null values in PatternMapString
f1bce5e
jcustenborder#115 Added tests for missing fields & fixed case when de…
5b0b405
…stination field is different
This problem occurs also when destination field is different. Applied fix for this case as well along with the tests for both cases.
Sorry, something went wrong.
No branches or pull requests
The transformer fails with NullPointerException when "src.field.name" is the same as "dest.field.name" and the field has null value.
I believe this does not happens when src and dest field names are different.
The text was updated successfully, but these errors were encountered: