If you loves working on Google suits, i am sure you work on Google Apps script which is based on JavaScript. While working on Google Apps Script (GAS) you have came across situation where you have two list or array and you want to loop over each item one by one. Here in this post […]
Regular Expression in Google Apps Script
I believe we all have used Regular Expression while working on different projects in different languages. Basically we Regular Expressions to match a pattern of characters. Here in this post we will see how you can define Regular Expression in Google Apps Script. Importance of Regular Expression(RegEx) and why you should learn: RegEx helps you […]
Unzip files using Google Apps Script on Google Drive
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 […]