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
this works as expected
(->> {:id "100" :name "Steve" :cars [{:id "123" :name "Audi"} { :id "124" ; <<<<< comment/remove this line :name "Ford"} {:id "125" :name "Tesla"}]} dx/normalize)
but if one of the cars has no id, the none of the cars are normalised.
is this intentional?
it would be better for dev/debug if the valid cars were still normalised.
maybe a log msg could indicate that one was skipped? not sure how log tooling works and if that's something you consider desirable?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this works as expected
but if one of the cars has no id, the none of the cars are normalised.
is this intentional?
it would be better for dev/debug if the valid cars were still normalised.
maybe a log msg could indicate that one was skipped? not sure how log tooling works and if that's something you consider desirable?
The text was updated successfully, but these errors were encountered: