This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function importCSVFiles() | |
{ | |
var ss = SpreadsheetApp.getActiveSpreadsheet(); | |
Logger.log(`Active Spreadsheet: ${ss.getName()}`); | |
const rootFolderId = '1EDAXA7TbzCnzmczRMHD_LxoF0yopS5D2'; // Root folder | |
const csvFolderName = 'Data'; // Folder containing csv files and the Archive folder | |
const archiveFolderId = '1clsKkp0bauYkbg0uQj8LfaHIQIrpJWO8'; // Archive Folder | |
const destinationSheetName = 'final'; // destination sheet in spreadsheet | |