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
Currently, abc doesn't throw an error when we have an invalid JSON file, rather it succeeds with 0 records inserted.
,
echo '[ { "name": "jame", "email": "[email protected]", } ]' > test1.json
Try abc command abc import --src_type=json --src_uri=test1.json --log.level=debug http://admin:admin@localhost:9200/test
abc import --src_type=json --src_uri=test1.json --log.level=debug http://admin:admin@localhost:9200/test
abc version used here: 1.0.0 Preview Release 2
abc
1.0.0 Preview Release 2
Command should throw an error with correct exit status, if the command fails
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, abc doesn't throw an error when we have an invalid JSON file, rather it succeeds with 0 records inserted.
How to replicate
,
Try abc command
abc import --src_type=json --src_uri=test1.json --log.level=debug http://admin:admin@localhost:9200/test
abc
version used here:1.0.0 Preview Release 2
Expected output
Command should throw an error with correct exit status, if the command fails
The text was updated successfully, but these errors were encountered: