Currently, the OutputType of CSV sends back a single string. Unfortunately, the 1st field in that string is the DistinguishedName which itself contains LOTS of commas. Need to export data in a truly CSV compatible format where strings are enclosed in quotations marks and thus interpreted as a single column.