Relative Content

Tag Archive for c#csvconsole-applicationcsvhelperlumenworks

Empty value in CSV file is not being replaced with NULL

I am reading CSV file using LumenWorks.Framework.IO.Csv. My requirement is to read CSV file and replace empty value in CSV file with NULL and store it into string, to perform some further operation. But Empty value are not being replaced by null in my string. They are being stored as empty character only.