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
2 CSV files, with keys that have the same keys, but in a slightly different case. I'd like to run the keys through str.lower() somehow before the comparison is made.
Having this available as a custom hook for programmatic usage would be nice as well. (So I could define a custom key for #17 and #22 quite nicely as well).
Example CSVs where this is needed:
ID,Value
key1,value1
key2,value2
ID,Value
Key1,value11
Key2,value22
The text was updated successfully, but these errors were encountered:
2 CSV files, with keys that have the same keys, but in a slightly different case. I'd like to run the keys through
str.lower()
somehow before the comparison is made.Having this available as a custom hook for programmatic usage would be nice as well. (So I could define a custom key for #17 and #22 quite nicely as well).
Example CSVs where this is needed:
The text was updated successfully, but these errors were encountered: