You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uiowa.DelimitedDataHelper/Csv/CsvFile.cs
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,4 @@
1
-
usingSystem;
2
-
usingSystem.Collections.Generic;
3
-
4
-
namespaceuiowa.DelimitedDataHelper.Csv
1
+
namespaceuiowa.DelimitedDataHelper
5
2
{
6
3
/// <inheritdoc />
7
4
publicclassCsvFile:DelimitedDataFile
@@ -30,9 +27,9 @@ public CsvFile(string fileName) : base(fileName, ",")
30
27
/// <typeparam name="T"></typeparam>
31
28
/// <param name="config">Optional. By default, reader will trim starting/ending white spaces of each entry and reader will parse "" quoted entries.</param>
0 commit comments