make the source file path a variable
This commit is contained in:
parent
f6af39273e
commit
8ef1138c10
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ async function loadSheet() {
|
|||
await lemma_repository.clear();
|
||||
await lect_repository.clear();
|
||||
|
||||
|
||||
const rawData: string = fs.readFileSync(SOURCE_FILE, 'utf8');
|
||||
const rows: string[] = rawData.split('\n');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue