-
Notifications
You must be signed in to change notification settings - Fork 27
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
Feature request : add export to CSV #5
Comments
Yes, interesting feature! |
Documentation created: https://ltb-project.org/documentation/white-pages/0.2/config_csv |
Hi, At fd85544 commit, this feature doesn't work. Steps to reproduce :
Apache access log :
Apache error log :
In |
@nqb you are right, the file was missing. It has just been pushed. |
Thanks @coudot. It works ! Two suggestions for this enhancement :
Do you want an issue for each suggestion ? |
Indeed, but this requires to repost the data from the form, so have an hidden form in results page. Not very clean in the code, but I understand the need. You can open a feature request for this, but I am not sure to do it for the moment.
Are you talking about using the labels? Yes I think this could be done easily. |
I don't understand what is labels. I just think that when you use advanced search with fields like First Name, Last Name, Mail, Title, etc and click on "Download results as CSV", it will be more clear to have CSV file like this :
rather than
|
After 508f6f2, possible enhancements :
A example with a CSV export :
with First Name, Last Name, Mail, Title, Business Category, Employee Type, Created and Modified fields in Advanced Search. |
CSV fields match We may create a new configuration settings for CSV fields. |
Would you like a dedicated issue(s) for enhancements mentioned in my previous comment ?
Agree. I notice that two last columns of CSV export are : |
I reopen the issue so we complete this feature |
@nqb You can now configure CSV items: https://ltb-project.org/documentation/white-pages/0.2/config_csv |
Hello @coudot Great job ! It works for me. I notice that CSV file contains translated columns. |
Tip : in my config file, I set
|
Hello,
Could you add a feature to export a search result to CSV (in a row form) ?
My goal is to print an export for end users.
The text was updated successfully, but these errors were encountered: