Dato
2,1016,7 / 31/2008 14:22, Geoff Dalgas , 6/5/2011 22:21, http://stackoverflow.com , "Corvallis, OR", 7679,351,81, b437f461b3fd27387c5d8ab47a293d35,34
Come utilizzare C # per suddividere le informazioni di cui sopra in stringhe come segue:
2
1016
7/31/2008 14:22
Geoff Dalgas
6/5/2011 22:21
http://stackoverflow.com
Corvallis, OR
7679
351
81
b437f461b3fd27387c5d8ab47a293d35
34
Come puoi vedere una delle colonne contiene, <= (Corvallis, OR)
// update // Basato su C # Regex Split - virgole fuori virgolette
string[] result = Regex.Split(samplestring, ",(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)");