How to provide the ability for a user to upload a CSV

Hi @GSH, there is a JavaScript file upload method that has been previously mentioned in the forums via this link. It’s been a while since I’ve tested that piece of code, but it seemed to do the trick.
If you instead wanted to replace the file upload method with the user entering into a paragraph text box, you could edit the code to source from that instead and loop through each delimiter and row.