Oct-17-2022, 07:10 PM
Do you need to generate the csv file? Sounds like that is an intermediate step that you can probably skip.
Look at https://docs.python.org/3/library/csv.html
It is obvious how you set the separator for csv readers and writers.
Look at https://docs.python.org/3/library/csv.html
It is obvious how you set the separator for csv readers and writers.