-
Notifications
You must be signed in to change notification settings - Fork 52
Support Arrays as well as Strings. #50
New issue
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
base: master
Are you sure you want to change the base?
Conversation
👍 |
Sorry about that, pushed a new commit. |
Great idea. Thanks. |
Any idea when this pull request will be complete? |
What is your use case for this? Seems like something you could do easily by adding your own normalizer in an initializer. Wondering if this is a common enough use case to warrant inclusion. |
It would be useful for me 👍 |
I realised I didn't give a good use case, sorry. Postgres allows me to save an array, normally I want to strip and downcase items before going into the array but for postcodes I want to upcase them. I could make a custom normalizer for array strip downcase and one for array strip upcase but it would be much nicer to use the existing normalizers. |
I also would like this 👍 |
I've just added arrays normalization to normalizr. |
I found that I needed this in order to use Array types with attribute_normalizer.