I keep getting pinged on this so I will likely add a switch like -csvnoq or something like that… In the meanwhile if you don’t want quotes in your AdFind CSV output use -csvq “” which literally tells adfind to use null for the quoting character.
You need to be careful with this though, the quotes are there for good reasons. You need to validate your dataset to make sure that removing the quotes doesn’t obfuscate the output beyond your ability to use. Examples are fields that use commas or semicolons which are the default characters for the delimiter and multivalue delimiter.
joe