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
When the mapping file is missing
$ pwd /Users/x/Documents/Projects/XmlAuthoringSuite/capture-lookups $ ls LICENSE composer.json docs src README.md composer.lock mapping_test.yaml tests bin credentials_test.json phpunit.xml.dist vendor
and the command is run:
$ bin/capture-lookups Please enter one of the configured Sheet names +----------------------+------------------------------------------------------------------------------------------+ | Sheet Name | URL | +----------------------+------------------------------------------------------------------------------------------+ | TestingSheet | https://docs.google.com/spreadsheets/d/1ntgjIXTK_-7cOkbyTrnusI8zTu9UxArPJ-C7vQGwYMY/edit | | TestingSheetBatchGet | https://docs.google.com/spreadsheets/d/1ntgjIXTK_-7cOkbyTrnusI8zTu9UxArPJ-C7vQGwYMY/edit | +----------------------+------------------------------------------------------------------------------------------+
The application asks "please enter one of the configured Sheet names", but offering the mapping_test.yaml.
mapping_test.yaml
I was surprised by this and I think it may confuse new users who will not realise that they are responsible for setting the mappings.
As a new user, I would expect either:
This is a minor bug. So, not urgent. I am just logging it here while it is fresh in my mind.
I believe that defaulting to the mapping_test.yaml might be 'helpful' but not necessarily 'good' for the user.
The text was updated successfully, but these errors were encountered:
forikal-uk
No branches or pull requests
Steps to recreate
When the mapping file is missing
$ pwd /Users/x/Documents/Projects/XmlAuthoringSuite/capture-lookups $ ls LICENSE composer.json docs src README.md composer.lock mapping_test.yaml tests bin credentials_test.json phpunit.xml.dist vendor
and the command is run:
What happens?
The application asks "please enter one of the configured Sheet names", but offering the
mapping_test.yaml
.What is expected?
I was surprised by this and I think it may confuse new users who will not realise that they are responsible for setting the mappings.
As a new user, I would expect either:
mapping_test.yaml
is being used and I should be setting up my own mapping file.This is a minor bug. So, not urgent. I am just logging it here while it is fresh in my mind.
I believe that defaulting to the
mapping_test.yaml
might be 'helpful' but not necessarily 'good' for the user.The text was updated successfully, but these errors were encountered: