Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wallace7souza/1df9b7e364515fa2d49c6433d09ca854 to your computer and use it in GitHub Desktop.
Save wallace7souza/1df9b7e364515fa2d49c6433d09ca854 to your computer and use it in GitHub Desktop.
Save string as file with javascript on browser
window.open('data:text/csv;charset=utf-8,' + escape(YOUR_VARIABLE_TEXT));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment