QAF Version
QAF with 4.0.0-RC3 and selenium 4.25.0
Steps To Reproduce
While calling the CSVUtil.getCSVDataAsMap(), under this method StringUtil.parseCSV trims prefix zeros
StringUtil.parseCSV it trims the zeros’00’ in the prefix
Expected behavior
It should not trim prefix ‘00’ to item number

Actual behavior
It trims prefix ‘00’ while parsing CSV data

Is the issue reproducible on runner?