Parsing CSV Contents using Papa Parse

Solution We can parse CSV contents using papa parse library script and update the contents of CSV. Library script is added below (one drive link) papaparse.min.js You can add this script to the file cabinet and add the script to the define function. Sample code shows parsing a csv and updating contents. Converting a column… Continue reading Parsing CSV Contents using Papa Parse

Google Cloud Storage API Reference

Solution Cloud Storage API reference: Cloud Storage JSON API overview  |  Google Cloud Create Bucket to insert an object (file) : Buckets: insert  |  Cloud Storage  |  Google Cloud Buckets can also be created through cloud console UI: Create buckets  |  Cloud Storage  |  Google Cloud The files can be transferred through objects : Objects:… Continue reading Google Cloud Storage API Reference

Google Cloud Storage

[Including the steps for offloading WordPress Media without using plugins.] Bucket CreationGoto Cloud Storage → Browser → Create Bucket[Text Wrapping Break]Name should be unique id. File UploadingClick on newly created bucket → Upload file → select image Copy URLClick on image → copy the Authenticated URL from the Object Details.  Goto wp-admin Dashboard → goto… Continue reading Google Cloud Storage