I am running scripts which compares API response with values from CSV file,
Undelying CUSIP Number 1 | AssertionError: expected '24936205' to deeply equal '024936205'
I receive above error as i am not able to store leading 0 in csv. Any suggestions?
Note - I tried changing the format of cell to text and added 0 in front but when i close leading zero disappears.