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: docs/src/content/docs/guides/Examples/reading-ambiguous-data.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ There are a few widespread ambiguities in CSV files:
11
11
2.**Empty fields**: CSV files can contain empty fields, which are fields that contain no data.
12
12
See the [Empty fields / null values section of the CSV Interpretation](/architecture/interpretation/#empty-fields--null-values) page for more information.
13
13
3.**Extra or missing fields**: CSV files can contain a different number of fields in each record.
14
-
See the [Extra fields section of the CSV Interpretation](/architecture/interpretation/#extra-fields) page for more information.
14
+
See the [Different field count of the CSV Interpretation](/architecture/interpretation/#different-field-count) page for more information.
15
15
16
16
FastCSV is very aware of these ambiguities and provides ways to handle them.
0 commit comments