Hello,
I trieds to execute => Parse(filename) function but without success.
How i can use the "TextParser" class ?
comment: my code contain the "using Smile.Learning" row.
When i using the :
myDataSet.ReadFile(filename)
Is the parser executed automaticaly?
Thanks in advance,
Boris
Parser with C#
-
- Site Admin
- Posts: 1457
- Joined: Mon Nov 26, 2007 5:51 pm
Re: Parser with C#
The TextParser class was removed long time ago. Smile.Learning.DataSet.ReadFile does the parsing and populates the dataset object with the contents of the file.