zmap / zdns

Fast DNS Lookup Library and CLI Tool
Apache License 2.0
912 stars 120 forks source link

CSV output #333

Closed maaaaz closed 10 months ago

maaaaz commented 1 year ago

Hello there,

Could you consider providing an option to output results in CSV ?

Cheers!

zakird commented 10 months ago

Hi! Most of the data that we return is not going to format particularly well into CSV since DNS responses often have repeated fields. I think that instead of adding this into ZDNS, it makes more sense to convert to CSV as part of your processing pipeline (e.g., by using jq utility).