Streaming CSV Output to the User's Browser
Hello,
I'm referring to https://gorails.com/episodes/export-to-csv?autoplay=1
is there an easy way to add a function to actually stream the file contents to the User's Browser, like described here: https://medium.com/table-xi/stream-csv-files-in-rails-because-you-can-46c212159ab7#.v64gu8o6r instead of having the file generated on the server.
How would you adjust the code of the "Export to CSV" episode to achieve that?
Thanks a lot,
Sascha
Hi there,
unfortunately this is still relevant for me :(
Anyone who knows the solution?
THanks,
Sascha
I did something along the lines of this https://medium.com/table-xi/stream-csv-files-in-rails-because-you-can-46c212159ab7