attribute_normalizer icon indicating copy to clipboard operation
attribute_normalizer copied to clipboard

Support Arrays as well as Strings.

Open ignu opened this issue 10 years ago • 9 comments

I found that I needed this in order to use Array types with attribute_normalizer.

ignu avatar Jan 19 '14 04:01 ignu

:+1:

dgilperez avatar Jan 19 '14 11:01 dgilperez

Sorry about that, pushed a new commit.

ignu avatar Jan 20 '14 13:01 ignu

Great idea. Thanks.

mdeering avatar Jan 20 '14 19:01 mdeering

Any idea when this pull request will be complete?

acurley avatar Mar 28 '14 00:03 acurley

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.

mdeering avatar Jul 10 '14 16:07 mdeering

It would be useful for me :+1:

nikolai-b avatar Nov 17 '14 11:11 nikolai-b

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.

nikolai-b avatar Dec 09 '15 09:12 nikolai-b

I also would like this :+1:

AlexEscalante avatar Mar 18 '16 04:03 AlexEscalante

I've just added arrays normalization to normalizr.

dmeremyanin avatar Mar 18 '16 07:03 dmeremyanin