Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    Thank you Terry for your answer but I have to use this js code in Salesforce but I cannot use 3rd party libraries in script tag instead I have to download the zip file of thrid party JS and give the reference of that zip file in the code, but if I download the zip file from papaparse's website then size of zip file is around 13 MB but I cannot use zip file of more than 5 mb, would you please suggest on this? Commented Apr 28, 2020 at 6:55
  • The PapaParse library should be a lot smaller than that, I think it's more like 19kb - cdnjs.cloudflare.com/ajax/libs/PapaParse/5.1.0/papaparse.min.js. You should be able to download this to include! Commented Apr 28, 2020 at 6:58