D
DBC User
Hi sharpies,
Quick question. I have a file with 4 column data with line terminating
with CRLF.
name~age~data~month
Where the data is binary data. Most of the time it will be .... (binary
value of FFFFFFF). When I used the stream reader, it read all the
records correctly (used readline). But the problem is, it doesn't put
my data field with actual data, instead it put empty data. So if I have
a row
dbc~34~......~3 (Where .... binary value is FFFFFFFFF)
the program reads in dbc~34~~3.
Does anyone know why stream reader is skipping that value? I haven't
tried with binary reader yet. I will try, but just curious why
streamreader doesn't like the value.
Thanks/
DBC User
Quick question. I have a file with 4 column data with line terminating
with CRLF.
name~age~data~month
Where the data is binary data. Most of the time it will be .... (binary
value of FFFFFFF). When I used the stream reader, it read all the
records correctly (used readline). But the problem is, it doesn't put
my data field with actual data, instead it put empty data. So if I have
a row
dbc~34~......~3 (Where .... binary value is FFFFFFFFF)
the program reads in dbc~34~~3.
Does anyone know why stream reader is skipping that value? I haven't
tried with binary reader yet. I will try, but just curious why
streamreader doesn't like the value.
Thanks/
DBC User