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

git pu

parent 50e7101e
......@@ -52,14 +52,14 @@ for (let i=0;i<dataFile.length;i++)
{
let last=dataFile[i].split(',')
let name=dataFile[dataFile.length-1]
let name=last[last.length-1]
let timeStamp=last[13]
let pvtPeriod=last[14]
let atrFactor=last[15]
let atrPeriod=last[16]
lastConfig.push({name:name,timeStamp:timeStamp,pvtPeriod:pvtPeriod,atrFactor:atrFactor,atrPeriod:atrPeriod})
}
createRunResfileADV(JSON.stringify(lastConfig, null, 2))
}
......
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