-
Notifications
You must be signed in to change notification settings - Fork 473
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
CSV export feature for easy reporting #237
Comments
Hey eldho-varghese! Agreed that this would be nice. It's technically possible to implement this I think, but it's a fair amount of work. Would a browser plugin be a good alternative? There are various plugins available that let you export HTML tables to CSV or Excel in the browser directly. Nice addition is that this works for all tables, not just ansible-cmdb. I found these:
Let me know if that's a workable alternative. If not I'll look into implementing this in the future, but to be honest it'll probably be low priority for now. |
below code can be added to html template in
However, some other job needs to be done as ansible-cmdb fails in such case with parsing:
So I'm adding this code after generation with ansible-cmdb |
Hi @fboender
It would be nice to have a csv export button in fancy_html_split template based on the columns enabled. This will helps to generate various reports quickly.
At present, I'm enabling required columns fancy_html_split page and select all the columns (Ctrl +A) and just paste that onto excel or CSV sheet and that works nicely.
Thanks
Eldho Varghese
The text was updated successfully, but these errors were encountered: