Skip to main content
9-Granite
October 10, 2023
Solved

wanted to split text file in to multiple files based on the file size

  • October 10, 2023
  • 1 reply
  • 1756 views
Hi,
I'm new in Thingwvorx and java script.

I'm trying to take a single text file and split it into chunks by a specified chunk size. In my example, trying to split a single file into 1MB chunks.


Example;

source file will be available in the Repository.

File test.txt in repository is 5MB.
chunk size mentioned is 1MB
Program need to split and create five new files in repository with each file have 1MB size.

Please help me to achieve this.

Best answer by PaiChung

Don't know if this works, but this might be a workable example: https://stackoverflow.com/questions/32898082/splitting-a-file-into-chunks-with-javascript

 

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
October 11, 2023

Don't know if this works, but this might be a workable example: https://stackoverflow.com/questions/32898082/splitting-a-file-into-chunks-with-javascript