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
While parsing CSV from HWiNFO64, the number of columns in header and in the data part does not match, which means that for the selected key, wrong data (from another column) might be loaded.
TO DO:
Investigate parsing - what columns are the problematic ones?
Maybe change how parsing works
This does not happen if you import the CSV for example into Excel
Fix:
Right now hotfix was created that allow you to use the index parameter on the item with prefix d that loads directly the data from selected column and does not automatically load them based on the header.