Commit 803a3b82 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 50e7101e
...@@ -52,7 +52,7 @@ for (let i=0;i<dataFile.length;i++) ...@@ -52,7 +52,7 @@ for (let i=0;i<dataFile.length;i++)
{ {
let last=dataFile[i].split(',') let last=dataFile[i].split(',')
let name=dataFile[dataFile.length-1] let name=last[last.length-1]
let timeStamp=last[13] let timeStamp=last[13]
let pvtPeriod=last[14] let pvtPeriod=last[14]
let atrFactor=last[15] let atrFactor=last[15]
......
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