Page 1 of 1

Options to process binary file from device

Posted: Thu Jun 21, 2012 8:44 am
by rmrama
Hello and thanks for reading my post,

In my project, an input file comes in the form of a binary file filled with volume count information. The counts are numbers with 1 byte representing one count.

I tried to read the file using the CFF stage and made some progress. I set the columns holding volume counts as binary.

Looking at the output I could see that the stage takes a minimum of 2 bytes from the input file. Is there a way to read only 1 byte?

Although there is output, the values as wrong. When I am expecting 1 I am getting 12289!

Regards,
Rama