Is there a way in the csv module to force a string to be quoted even though the text is valid? I have an issue where the system that I am sending data to is dropping the leading 0. If I send 01234 in the csv file, they see 1234.
↧
Is there a way in the csv module to force a string to be quoted even though the text is valid? I have an issue where the system that I am sending data to is dropping the leading 0. If I send 01234 in the csv file, they see 1234.