Commit adb62f39 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 82c0b259
...@@ -39,6 +39,7 @@ async function run() { ...@@ -39,6 +39,7 @@ async function run() {
configs = JSON.parse(configs) configs = JSON.parse(configs)
let arr = [] let arr = []
let files = await fs.readdirSync('./work/' + directory) let files = await fs.readdirSync('./work/' + directory)
// console.log(files)
for (let i = 0; i < files.length; i++) for (let i = 0; i < files.length; i++)
if (files[i].includes('.csv')) { if (files[i].includes('.csv')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment