<div dir="ltr">I haven't tried it, but try putting this at the end of the 6th line in genieacs-gui/app/views/devices/index.csv.erb:<div>,"<%= tags(device['_tags']) %>"<br></div><div><br></div><div>This to your genieacs-gui/config/parameter_renderers.yml file:</div><div>_tags: tags<br></div><div><br></div><div>and create this file: genieacs-gui/config/parameter_renderers/tags.rb:</div><div><div>def tags(val)</div><div>  val.join(", ")</div><div>end</div></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 22, 2016 at 6:25 AM, Kris Germann <span dir="ltr"><<a href="mailto:kgermann@portal.net.co" target="_blank">kgermann@portal.net.co</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>

    
<div><p>I'd like to add a tag field to the CSV export and sort by that by default... is this possible?</p><p>I am building a reporting mechanism for new additions for some of my wholesalers that use my ACS and this would be quite useful.</p><span class="HOEnZb"><font color="#888888"><p>Kris</p><div class="m_4369530772594786110io-ox-signature"><p></p></div></font></span></div>
 
<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>