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.