We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should not to see warnings by default. Only errors. We should use extra parameter during start of program to show warnings. For example,
validate-ddf <folder> -w - with warnings validate-ddf <folder> - without warnings
validate-ddf <folder> -w
validate-ddf <folder>
The text was updated successfully, but these errors were encountered:
I think this idea will be very useful for next case:
[{ "type": "Incorrect JSON field", "path": "/home/slava/q3/ddf--concepts.csv", "data": { "column": "drill_up", "line": 14, "value": "['geographic_regions', 'income_groups', 'landlocked', 'g77_and_oecd_countries', 'geographic_regions_in_4_colors', 'main_religion_2008']" }, "suggestions": ["[\"geographic_regions\",\"income_groups\",\"landlocked\",\"g77_and_oecd_countries\",\"geographic_regions_in_4_colors\",\"main_religion_2008\"]"], "warning": true }, { "type": "Incorrect JSON field", "path": "/home/slava/q3/ddf--entities--geo--country.csv", "data": { "column": "arb5", "line": 55, "value": "Congo [DRC]" }, "warning": true }]
I mean next: "value": "Congo [DRC]"
"value": "Congo [DRC]"
this value looks like wrong JSON (from robot side), but we know that it's not true
Sorry, something went wrong.
duplicated with #124
No branches or pull requests
We should not to see warnings by default. Only errors. We should use extra parameter during start of program to show warnings. For example,
validate-ddf <folder> -w
- with warningsvalidate-ddf <folder>
- without warningsThe text was updated successfully, but these errors were encountered: