Hello, I'm trying to import an excel workbook (previously exported with ResX Resource Manager) and I'm getting this error in one of the spreadsheets:
Precondition failed: !string.IsNullOrEmpty(key)
I suspect this is happening because I've added some new keys in the .resx files, which obviously don't have a match in the previously exported excel file I'm trying to import now.
Nothing else changed in the project and I didn't add any new key to the excel file, only translations of existing keys.
Comments: Associated with changeset 33328: Excel-Import: Ignore rows with some data but empty key.
Precondition failed: !string.IsNullOrEmpty(key)
I suspect this is happening because I've added some new keys in the .resx files, which obviously don't have a match in the previously exported excel file I'm trying to import now.
Nothing else changed in the project and I didn't add any new key to the excel file, only translations of existing keys.
Comments: Associated with changeset 33328: Excel-Import: Ignore rows with some data but empty key.