Uploading data in Batches to Github
var githubToken = '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'; // Replace with your GitHub token var repository = 'rohanb459/sn_power_bi_poc'; // Format: username/repository-name var filePath = 'data.json'; // Path in the repo (subdirectories allowe...

