CSV output
Opened this issue · 0 comments
kraigu commented
IBDump -C
in combination with any of the
-c
-b
or
-t flags
should result in output like:
"IP address","hostname","contacts"
so for example, where output for
IBDump -b -t -i (IP address)
is currently
email,email,email
output for IBDump -C -b -t -i (IP address)
should be
"IP address","hostname","email,email,email"