Last active
May 28, 2019 14:50
-
-
Save rjriel/44a8998c7665dd3da4478d5b17cf7e73 to your computer and use it in GitHub Desktop.
This file contains 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
let results = csvLoad(readDirectory, badgeValue, raceValue) | |
... | |
fs.writeFileSync(unprocessedFile, results.join("\n")) | |
const reload = await qixApp.doReloadEx({ qPartial: true }) | |
await qixApp.doSave() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment