cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

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

Milan
8-Gravel

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

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.

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:Milan)

1 REPLY 1
PaiChung
22-Sapphire I
(To:Milan)

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

 

Top Tags