Skip to content

Commit

Permalink
Update 10.ReadFileDelimited.cs
Browse files Browse the repository at this point in the history
Added quotation marks.
  • Loading branch information
s-moon authored and mcavigelli committed Jul 9, 2019
1 parent 9103e10 commit a336208
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ReadFileDelimited
: ExampleBase
{

//-> If you have a source file like this, separated by a |:
//-> If you have a source file like this, separated by a "|":

//-> FileIn:Input.txt
/*10248|VINET|04071996|32.38
Expand All @@ -21,7 +21,7 @@ public class ReadFileDelimited
//-> /FileIn


//-> You first declare a Record Mapping Class:
//-> You first declare a Record Mapping class:

//-> File:RecordClass.cs
[DelimitedRecord("|")]
Expand Down Expand Up @@ -65,4 +65,4 @@ every item in the array is an Order object. If you want to access one of the fie
</div>
*/
}
}
}

0 comments on commit a336208

Please sign in to comment.