Skip to content
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

It should be configurable whether string fields containing digits should change to numbers #97

Open
simonlkh opened this issue Sep 26, 2019 · 0 comments

Comments

@simonlkh
Copy link

I got some data in MongoDB storing as string with digits only as code, e.g. "01" as a code. When using the plugin and transfer data to ES, it changed to integer 1, which is completely different to my data.

It should be configurable which fields would apply type converting action because it is not the same meaning with 1 and "01" in many cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant