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
I have a use-case for csvlink with two files containing different amounts of columns. There is no clear 1:1 mapping of colX from file1 to colY from file2.
Looking at the code i don't understand what the intention of this is:
It looks as if data_2 records are re-written pairwise into the field names of file 1... if the field names have different lengths things are dropped. Is that meant to happen?
The text was updated successfully, but these errors were encountered:
I have a use-case for csvlink with two files containing different amounts of columns. There is no clear 1:1 mapping of colX from file1 to colY from file2.
Looking at the code i don't understand what the intention of this is:
csvdedupe/csvdedupe/csvlink.py
Lines 91 to 97 in e4ed504
It looks as if data_2 records are re-written pairwise into the field names of file 1... if the field names have different lengths things are dropped. Is that meant to happen?
The text was updated successfully, but these errors were encountered: