GMcCartney0607
2 months agoOccasional Contributor
CSV value dropping leading zeros
I have created a Keyword test that reads a CSV file for a data-driven loop. The file has string values enclosed in quotes, such as;
ID, Area, Name
"123435","001","John Doe"
When reading the file, the values are stripped of their leading zeros. My application expects the leading zero so I need it to stay. Do I have any options?
Thanks