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

disable array items type autodetection if validation specify single allowed type #1554

Open
DarkFisk opened this issue Sep 21, 2023 · 1 comment

Comments

@DarkFisk
Copy link
Contributor

DarkFisk commented Sep 21, 2023

if array items schema validation allows only single type we shouldn't autodetect type. yes, it will show warnings but you have to for every row re-select type in order to fix.
my case is array of strings but it contains numbers with leading zero '0' or other number... after our last fix now it correctly detect type for numbers starting from 0, but all others detected as numbers and show warnings...
@josdejong what do you think?

@josdejong
Copy link
Owner

It would be very neat to extend the type detection to utilize JSON Schema information if available!

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

2 participants