<div dir="ltr">Erm, yeah, I hear your pain with processing output with awk.<div><br></div><div>Having the option to output CSV is cool :-).</div><div>Thanks for sharing.</div><div><br></div><div>Cheers</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-02 21:49 GMT+02:00 Thomas Goirand <span dir="ltr"><<a href="mailto:zigo@debian.org" target="_blank">zigo@debian.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I saw the csv output format of openstackclient going and coming back.<br>
Please leave it in, it's super useful, especially when you combine it<br>
with "q-text-as-data". Just try to apt-get install q-text-as-data" and<br>
try by yourself:<br>
<br>
openstack endpoint list --long -f csv | \<br>
        q -d , -H 'SELECT ID FROM - WHERE `Service Name`="cinder"'<br>
<br>
This is so much better than any awk hacks to get IDs... :)<br>
I just wanted to share, hoping it could be useful to someone.<br>
<br>
Cheers,<br>
<br>
Thomas Goirand (zigo)<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div>