From 43413fa27391436b3c6a2a77c857648046a2f31c Mon Sep 17 00:00:00 2001 From: hexahigh <97455552+hexahigh@users.noreply.github.com> Date: Sat, 13 May 2023 12:52:32 +0200 Subject: [PATCH] update --- other/csv-merge/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/csv-merge/index.js b/other/csv-merge/index.js index c0f4481..9b61730 100644 --- a/other/csv-merge/index.js +++ b/other/csv-merge/index.js @@ -3,7 +3,7 @@ var arrayMD5 = "null" var array256 = "null" var array1 = "null" var output = "null" -var linesDone = 1 +var linesDone = 10000 const outputArea = document.getElementById("outputArea") function loadFiles() { @@ -57,7 +57,7 @@ function mergeToCsv() { console.log("Lenght of array is " + arrayString.length) for (x in arrayString) { let length = arrayString.length - if(linesDone < 10000) { + if(linesDone < 30000) { Amd5 = arrayMD5[linesDone]; Asha1 = array256[linesDone]; Astring = arrayString[linesDone];