python - Force Output from SOLR Query to Download as CSV -


i'm using solr flask (python) wrapper makes queries via localhost / http get. flask passes result user on net. i'd able offer users ability download query .csv file (instead of view in browser , having manually). i'd able convert csv .xls format , allow file download. there way have flask cache file , offer whole download, either extension (.csv or .xls)?

thanks time.

take @ this: http://wiki.apache.org/solr/csvresponsewriter

solr doesnt support xls, csv. may need flask download csv output response


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -