Skip to content

Instantly share code, notes, and snippets.

@devbyray
Created September 15, 2022 07:50
Show Gist options
  • Save devbyray/87bb45e3641d30ca2abfbca0271b61a7 to your computer and use it in GitHub Desktop.
Save devbyray/87bb45e3641d30ca2abfbca0271b61a7 to your computer and use it in GitHub Desktop.
function csvToArr(stringValue) {
// Add logic
const formattedString = stringValue.trim();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment