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

Problem: Bug in CSV export documentation using the CLI #173

Open
amayita opened this issue Feb 15, 2021 · 0 comments
Open

Problem: Bug in CSV export documentation using the CLI #173

amayita opened this issue Feb 15, 2021 · 0 comments
Labels
typo Minor typo noticed in the documentation user manual The issue affects content in the User manual

Comments

@amayita
Copy link
Member

amayita commented Feb 15, 2021

Hello!

In https://www.accesstomemory.org/en/docs/2.6/admin-manual/maintenance/cli-import-export/#csv-export-cli-actors the suggested syntax for a CSV export is:

php symfony csv:authority-export /path/to/my/export-location/example.csv

This will fail with: You must specify a valid path

After some fiddling, I found out that the argument can't be a filename, it must be a directory:

php symfony csv:authority-export /path/to/my/export-location/

Ideally, a filename should work, but in the meantime, can the docs reflect this?

Thanks!

@amayita amayita changed the title Problem: Wrong example in CLI CSV export documentation Problem: Bug in CSV export documentation using the CLI Feb 15, 2021
@amayita amayita added typo Minor typo noticed in the documentation user manual The issue affects content in the User manual labels Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typo Minor typo noticed in the documentation user manual The issue affects content in the User manual
Projects
None yet
Development

No branches or pull requests

1 participant