You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigating this a bit further I wonder why functions such as produceDSV use the showCSV instance instead of simply Show which seems to do quoting automatically 🤔 . writeFile "data.csv" $ showFrame "," frame seems to do exactly the right thing.
Hey, it seems writeCSV isn't quoting fields, even if writeDSV is used with ParserOptions that include quoting. Maybe something to add here: https://github.com/acowley/Frames/blob/master/src/Frames/ShowCSV.hs#L9-L11 ?
The text was updated successfully, but these errors were encountered: