It certainly helps ! Thank you. I adopted kind of a similar approach. The csv file that I'm trying to put into a datatable is the access log of apache, but for a reason that I did not identified yet, the log is still a space-separated string that I split with some regex. I then put the result of the split into the datatable.
-- View this message in context: http://mono.1490590.n4.nabble.com/CSV-File-with-mono-tp4658546p4658559.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
