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
If I want to add a Property name change to versioning like this:
"ToNew": { "BH.oM.Audience.ProfileParameters.NumRows" : "BH.oM.Audience.ProfileParameters.Rows" },
NumRows is replaced with the full namespace and new property name BH.oM.Audience.ProfileParameters.Rows
NumRows
BH.oM.Audience.ProfileParameters.Rows
This branch includes a single simple property name change: NumRows to Rows on the ProfileParameters object The branch includes the Versioning_33.json
ProfileParameters
Only the new property name is added to the new version. In this case NumRows is replaced with Rows
Rows
This file contains a json string of the object with the old property name (as in the image above)
The text was updated successfully, but these errors were encountered:
Fixed by #92
Sorry, something went wrong.
adecler
No branches or pull requests
Description:
If I want to add a Property name change to versioning like this:
NumRows
is replaced with the full namespace and new property nameBH.oM.Audience.ProfileParameters.Rows
Steps to reproduce:
This branch includes a single simple property name change:
NumRows
to Rows on theProfileParameters
objectThe branch includes the Versioning_33.json
Expected behaviour:
Only the new property name is added to the new version.
In this case
NumRows
is replaced withRows
Test file(s):
This file contains a json string of the object with the old property name (as in the image above)
The text was updated successfully, but these errors were encountered: