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
Tag: gcs integration
JWT Token Library Script
Solution Generate JWT access token with this below script as one drive link. Keep this script as a library script. One drive link: JWT Token Library Script Send credentials to the function _genJWS(jwt_header, jwt_payload, private_key); This will generate an Bearer Access token for auth. Sample crendential format added below