Page 2 of 2

Re: How to extract 2 records for each digit in 1st byte

PostPosted: Wed Jun 03, 2015 2:37 am
by csepearl
One another way to do it is use Icetool

SELECT FROM(IN) TO(OUT) ON(1,1,CH) FIRST(5)

Re: How to extract 2 records for each digit in 1st byte

PostPosted: Wed Jun 03, 2015 3:12 am
by BillyBoyo
Yes. FIRST(5)? Also, if you look at the messages from the step, you'll see you got EQUALS, so rather than any two records (or five) you'll get the first two (or five).