We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0526c21 commit 0fd51bcCopy full SHA for 0fd51bc
googleWebScrapers/googleJobScraper/googleJobScraper.js
@@ -75,7 +75,7 @@ const getJobsData = async () => {
75
const file_Path = `${LOCAL_PATH}/`;
76
77
// sanitize file name
78
- const full_FileName = file_Path + file_Name.replace(/:/g, "-");
+ const full_FileName = file_Path + file_Name.replace(/:/g, ".");
79
80
console.log("FULL FILE NAME: ", full_FileName);
81
0 commit comments