Get CSV from query?

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
bqb
Posts: 5
Joined: Wed Nov 01, 2017 2:05 pm

Get CSV from query?

Post by bqb »

I've searched the forums, but can't find if anyone has figured out how to get a CSV export instead of, or from, the PDF output on the query results page. PDF isn't useful for us, but some way to export to text or CSV would be ideal. I've tried the UNIX pdf2txt, and it inserts carriage returns for every text field. Not very helpful.

Any ideas? Feature request? Not sure why developers didn't do this or used PDF instead of something more flexible for troubleshooting.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: Get CSV from query?

Post by lmiltchev »

I tried converting a pdf to txt by running:

Code: Select all

pdftotext -layout query.pdf query.txt
but the result was not "ideal". There were some spaces where they didn't belong. :(

I believe exporting NNA queries to CSV files could be a good candidate for a feature request. I can submit one on your behalf if you'd like. Please keep in mind that the decision to implement the enhancement is at the sole discretion of our development team.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked