Commit a6217f7f authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 5c3d96b6
...@@ -22,6 +22,7 @@ async function init() { ...@@ -22,6 +22,7 @@ async function init() {
let lp = t[4] let lp = t[4]
arr.push(found(pair, lp)) arr.push(found(pair, lp))
} }
arr=_.uniqBy(arr, 'name');
let header='RowNum,PPST1_stMnBarAge,PPST1_PvtPtPeriod,PPST1_AtrFactor,PPST1_AtrPeriod\n' let header='RowNum,PPST1_stMnBarAge,PPST1_PvtPtPeriod,PPST1_AtrFactor,PPST1_AtrPeriod\n'
for (let i=0;i<arr.length;i++) for (let i=0;i<arr.length;i++)
......
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