How to pass a csv in collection runner which starts with 0's

This is a very common scenario to have leading zeroes in imported data variables.
I’m surprised why postman didn’t resolve this yet.
As a temporary solution, I am converting CSV to JSON and running all my data driven tests (yes, this is cumbersome way but no other option).

Thanks,
Arjun Marati

1 Like