windapsearch icon indicating copy to clipboard operation
windapsearch copied to clipboard

Output a proper CSV file

Open maaaaz opened this issue 7 years ago • 0 comments

Hello @ropnop, Could you rather output a clean CSV file with the builtin python csv module in order to have a proper delimiter and "all quoting" policy (to avoid data misinterpretation).

It's really easy to do it, check out this: https://github.com/maaaaz/nmaptocsv/blob/5825bd964e45b12229c03fe4db2686b76f5c058a/nmaptocsv.py#L597

Cheers !

maaaaz avatar Mar 26 '19 21:03 maaaaz