cancel
Showing results for 
Search instead for 
Did you mean: 

Split a binary string based on the length

walkerline117
Contributor

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 column, 4001 to 8000 bytes will be in 2nd column and 8001 to 12000 will be in 3rd column so on and so forth.

How to achieve that in Snaplogic?

Thanks

1 REPLY 1

shankarrao2
Employee
Employee

Please try with “Fixed Width Parser” .

Hope this will help.