Commit 0f8c0b53 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent d255eaee
...@@ -45,7 +45,13 @@ async function init() { ...@@ -45,7 +45,13 @@ async function init() {
function formatByLp(files) function formatByLp(files)
{ {
for (let i=0;i<files.length;i++) for (let i=0;i<files.length;i++)
console.log(files[i]) {
let name = files[i].split('_')
let uniq = name[4] + '_' + name[5]
uniq = uniq.replace('.csv', '')
console.log(uniq)
}
} }
async function print() async function print()
......
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