adl1995 / trip-planner

A CLI tool for planning trip itinerary.
BSD 2-Clause "Simplified" License
348 stars 28 forks source link

Update{1}: Adapting CSV writer for strictly 'csv' output. #5

Closed manaalrehman98 closed 8 months ago

manaalrehman98 commented 8 months ago

Updating writer to create CSV file with only ',' as delimiter and all resulting fields are quoted. Note: update is for executing code in Python3 (version 3.12.2)

adl1995 commented 8 months ago

Awesome, thanks!