Skip to content

Instantly share code, notes, and snippets.

@devbyray
Created September 15, 2022 07:34
Show Gist options
  • Save devbyray/15c393861b1f6b59d10bb5271e56db00 to your computer and use it in GitHub Desktop.
Save devbyray/15c393861b1f6b59d10bb5271e56db00 to your computer and use it in GitHub Desktop.
const form = document.querySelector("#csvForm");
const csvFileInput = document.querySelector("#csvInput");
const textArea = document.querySelector("#csvResult");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment