Write Number as string csv python -
i'm trying write csv file json data. during that, want write '001023472' writing '1023472'. have searched lot. dint find answer.
the value of type string before writing. problem during writing file.
thanks in advance.
convert number string formatting operator; in case: "%09d" % number
.
python csv
No comments:
Post a Comment