datasette
datasette copied to clipboard
Refactor CSV handling code out of DataView
I think the way to get rid of most of the remaining complexity in
DataView
is to refactor how CSV stuff works - pulling it in line with other export factors and extracting the streaming mechanism. Opening a fresh issue for that.
Originally posted by @simonw in https://github.com/simonw/datasette/issues/1660#issuecomment-1073355032
That means taking on these issues:
- https://github.com/simonw/datasette/issues/1101
- https://github.com/simonw/datasette/issues/1096
- https://github.com/simonw/datasette/issues/1062