Sometime you came across situations where you have the zipped files on the Google drive and you want to automate the process but required unzipped files to do the data manipulation tasks. Here in this post i will share the code which will help you to Unzip files using Google Apps Script placed on Google […]
Find and Copy files of specific types using Google Apps Script
When you want to find and copy files of specific types using Google Apps Script from a folder to another folder on Google Drive, this code for sure will come handy. As you know Google Apps Script has a functionality of running it automatically on a particular time (time driven trigger) or even driven trigger(like […]
Google Apps Script Code to find the days of the week
Google Apps Script is no doubt the best when you are trying to automate the boring stuffs that you do on day to day basis. Google has created a complete ecosystem including Google Big Query, Google Drive, Google Colab and Google Apps Script by using these you can fully utilize the power of cloud and […]
Rename files using Google Apps Script on Google Drive
There are times when you want to automatically rename files using Google Apps Script in a folder specially when you are working on some automated task. Google Apps Script with the power of Google Cloud Platform has a lot of positives like you can write it on the web, run on the web and also […]
Import CSV file data to Google Spreadsheet using Google Apps Script
Google Apps Script is a powerful development platform by Google, where you code in JavaScript and can easily access built-in libraries for your favorite G Suite applications like Gmail, Calendar, Drive, and more to create enhanced option/functionalities which are not available. directly. Here in this post, we’ll see how we can Import CSV file data […]