From 2703f936e5ca9d9c9b3a8b3eaf3b4eb0b6c769b4 Mon Sep 17 00:00:00 2001 From: hexahigh <97455552+hexahigh@users.noreply.github.com> Date: Sat, 13 May 2023 13:57:04 +0200 Subject: [PATCH] f --- 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 d6a5d78..ec7807d 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 = 50000 +var linesDone = 100000 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 < 100000) { + if(linesDone < 120000) { Amd5 = arrayMD5[linesDone]; Asha1 = array256[linesDone]; Astring = arrayString[linesDone];