Forum Discussion
DSmachineWorld
4 years agoContributor
So this doesn't give me a "Type Mismatch". Unfortunately, it doesn't print the variable value to the message log.
Log.Message("Account ID " + aqConvert.VarToStr(KeywordTests.PreviousRates.Variables.accountID))
Should I convert the CSV to an Excel file and format the Excel cells to a particular format?
Marsha_R
Champion Level 3
4 years agoCSV is all text and Excel will just complicate things. Let's stick with CSV.
If you go look at the table of Variables in your project, what type does it show for KeywordTests.PreviousRates.Variables.accountID?