ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

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

Milan
9-Granite

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.

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

 

Announcements




Top Tags