Commit 6e8dd6fe authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent a75bb94f
...@@ -40,7 +40,13 @@ async function init() { ...@@ -40,7 +40,13 @@ async function init() {
newFiles.push({file1Name:files[i].fileName,file2Name:files2Name,lp:lp}) newFiles.push({file1Name:files[i].fileName,file2Name:files2Name,lp:lp})
} }
console.log(newFiles) // console.log(newFiles)
let newArr2=[]
for (let i=0;i<1000;i++)
if (i<(newFiles.length-1))
newArr2.push(newFiles[i])
console.log(newArr2)
// 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'))
// continue // continue
......
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