This commit is contained in:
@@ -70,7 +70,8 @@ export default async function parseThisShit(downloadedFilePath) {
|
|||||||
let d = true;
|
let d = true;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (currentSheet[key]["w"].startsWith("úklid") || currentSheet[key]["w"].trim().length == 0) {
|
const regex = /^úklid\s+\d+\s+[A-Za-z]{2}$/;
|
||||||
|
if (regex.test(currentSheet[key]["w"]) || currentSheet[key]["w"].trim().length == 0) {
|
||||||
d = false;
|
d = false;
|
||||||
}
|
}
|
||||||
} catch {}
|
} catch {}
|
||||||
|
|||||||
Reference in New Issue
Block a user