Is there a way to get the output as csv instead of pretty-printed? For example ripe-atlas measurement-search --search "campaign:stuck_routes" --af 4 returns:
A simple comma delimited csv would be nice option such that the output can be easily parsed using awk or cut. The output is especially hard to parse if it contains a probe description that is not surrounded by quotes.
Is there a way to get the output as csv instead of pretty-printed? For example
ripe-atlas measurement-search --search "campaign:stuck_routes" --af 4
returns:A simple comma delimited csv would be nice option such that the output can be easily parsed using
awk
orcut
. The output is especially hard to parse if it contains a probe description that is not surrounded by quotes.