JoshClose / CsvHelper

Library to help reading and writing CSV files
http://joshclose.github.io/CsvHelper/
Other
4.65k stars 1.05k forks source link

tab space is getting added before "-" in the exported csv due to string sanitization #2192

Open aashishkumar01sinha opened 10 months ago

aashishkumar01sinha commented 10 months ago

There is an extra tab space getting added in the downloaded csv when customCsvConfiguration.SanitizeForInjection = true; is provided in the CSVConfiguration class while writing in csv file

aashishkumar01sinha commented 9 months ago

Any update on this bug? It is a critical issue that we are facing on our product.