This is a rather trivial bug, but also an incredibly annoying one to come across after having ran a dozen benchmark runs with different hardware configs that now can't be graphed properly. The issue: My PC's region is set to Norway, which means it defaults to a comma as the decimal separator, while HWi also defaults to a comma as the CSV item separator.
At the absolute minimum, HWiNFO ought to give a visible warning in the sensor settings if the CSV item separator and decimal separator are set to the same thing, as this renders logs useless. But ideally, there should be no way for this to be the default setting, regardless of region settings.
Beyond this, does anyone know of any semi-automated way of fixing this? Having a dozen files with >500 entries for a whole bunch of sensors, I can import it into excel and delete unnecessary columns containing only decimal data (I don't care whether my clock speeds are logged as 4650MHz or 6450.1MHz). But that still leaves me with thousands and thousands of lines where I'll need to manually re-enter the data - at least I don't know of any simple way of making excel merge two cells with one being inserted after the decimal point in the other. I guess it would be possible to make some sort of script to fix this semi-automatically too (say, one that reads out each header and asks if its data has decimals, and if yes replaces the next comma in the csv with a period). But then I know absolutely nothing about programming.
At the absolute minimum, HWiNFO ought to give a visible warning in the sensor settings if the CSV item separator and decimal separator are set to the same thing, as this renders logs useless. But ideally, there should be no way for this to be the default setting, regardless of region settings.
Beyond this, does anyone know of any semi-automated way of fixing this? Having a dozen files with >500 entries for a whole bunch of sensors, I can import it into excel and delete unnecessary columns containing only decimal data (I don't care whether my clock speeds are logged as 4650MHz or 6450.1MHz). But that still leaves me with thousands and thousands of lines where I'll need to manually re-enter the data - at least I don't know of any simple way of making excel merge two cells with one being inserted after the decimal point in the other. I guess it would be possible to make some sort of script to fix this semi-automatically too (say, one that reads out each header and asks if its data has decimals, and if yes replaces the next comma in the csv with a period). But then I know absolutely nothing about programming.