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
From what I can understand, for some reason when the column name contains ., the field become a list instead of a str (e.g. ["c. c."] instead of "c. c"), and it breaks the construction of the dictionary.
The text was updated successfully, but these errors were encountered:
$csv-diff --version csv-diff, version 0.6
Consider the following example, which works correctly:
Output:
If I add a
.
inside the column name of "c c" -> "c. c" it breaksOutput:
From what I can understand, for some reason when the column name contains
.
, thefield
become alist
instead of astr
(e.g.["c. c."]
instead of"c. c"
), and it breaks the construction of the dictionary.The text was updated successfully, but these errors were encountered: