I came across the very problem specified in the specs included in this PR, that is needing to have access to another field to decide how to normalize my attribute.
I know I could just override a custom writer for that, but I felt this modification, while unobtrusive, makes the block given to normalize_attribute behave as one would expect.
Hello,
I came across the very problem specified in the specs included in this PR, that is needing to have access to another field to decide how to normalize my attribute.
I know I could just override a custom writer for that, but I felt this modification, while unobtrusive, makes the block given to normalize_attribute behave as one would expect.
Cheers