Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoh authored Dec 29, 2023
1 parent d0a7646 commit 52bf3f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,8 @@ var readOptions = new VariableLengthReaderRawOptions
}
};

// getField is a callback of type Func<int, string>, that receives the index column and returns its content as string
// getField is a callback of type Func<int, string>,
// it receives the index column and returns its content as string
var records = textReader.ReadRecordsRaw(readOptions, getField =>
{
var record = new
Expand Down

0 comments on commit 52bf3f7

Please sign in to comment.