Replies: 1 comment 1 reply
-
My use case is to just transform certain column string value to their corresponding actual value for example a cell with value 'President' to be decode as PREZ . Within custom casting, first calling default casting and on top of that if field type is of specific name , perform custom decoding , would like to know if this is the right approach or we have some other in built feature for this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Custom casting on specific columns, while for others default casting should trigger
Beta Was this translation helpful? Give feedback.
All reactions