Help Parsing CSV Number as String

Hi,
I’m trying to parse the following string from my CSV file: 09823212.
The problem is that whenever I use pm.iterationData it converts it to integer and returns: 9823212.

How can I bypass this conversion?
Thanks!