Can you please help whats wrong.It only prints DeviceIdent in all columns.I want to see all columns in proper heading.
Code:
string fileLocation = @"C:\Data\Test.csv";
if (!File.Exists(fileLocation))
{
File.Create(fileLocation).Close();