Javascript – Edit the final part of large(1.5gb) text file in NodeJS
My tool appends little json blocks with comma at their end into a txt file which initially has [ as the first character, in order to create a whole JSON format text file, like below, {data: text1}, and txt file…