Forum Discussion

walkerline117's avatar
walkerline117
Contributor
8 years ago

Split a binary string based on the length

Hi Say I have some binary content which is 12000 bytes long. I want to build a pipeline that chops the whole binary into different parts every 4000 bytes. so 1 to 4000 bytes will be in one colu...