Skip to content

Commit

Permalink
CSVParser.cs: Remove code that will be implemented in the future.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkaragian committed Jan 30, 2022
1 parent d022adb commit 26bf0b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AlphaCSV/CSVParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,12 @@ private string[] ParseLine(string line, CSVParseOptions options) {
}


/*
//TODO: Implement this in the future.
public static DataTable ReadSchemaFromFile(string filename) {
throw new NotImplementedException("Not yet implemented");
}
*/

/// <summary>
/// Helper function to create an invalid operation exception and attach data to that exception
Expand Down

0 comments on commit 26bf0b1

Please sign in to comment.