Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uptransform method does not respect separator option #124
Comments
This comment has been minimized.
This comment has been minimized.
Currently the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docs say that
transform
uses the same options asreach
, however it does not respect theseparator
option for the keys in thetransform
parameter.