using System.Collections.Generic;
using System.ComponentModel;
using System.Security.Cryptography;
public static void Main()
string line = "hello, I'm here, to fix it";
bool firstcolumn= false, secondcolumn = false, thirdcolumn= false;
System.Text.StringBuilder sb = new System.Text.StringBuilder();
List<string> list1 = new List<string>();
List<string> list2 = new List<string>();
List<string> list3 = new List<string>();
for (int i = 0; i < line.Length; i++)
if(line[i] != ',' && i != line.Length -1)
list1.Add(sb.ToString());
list2.Add(sb.ToString());
list3.Add(sb.ToString());