08-24-2018 05:17 PM
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
08-27-2018 01:48 AM
Please try with “Fixed Width Parser” .
Hope this will help.