RobW
RobW
Hi Mark, I implemented a tacky fix/workaround for the GDR padding by adding the following to the start of the Gdr unconverter: if (o is null) { writer.WriteByte((byte)0); } else...
o.k. I'll do that when I've figured out the mechanics. I've never really used Github before.
Hi Mark, For the RDR, the problem isn’t that the array following the record is zero length it is that the size is always present (as NUM_BINS) as a ushort...
I’ll see if I can generate a test case. The RDR is injected via a post-processing step in our production facility so I need to track down the person who...
> I did notice that a "null" array will produce a truly empty record. I suspect that is the problem. NUM_BINS is not an optional field.
I've just noticed a similar(ish) thing with the SDR Unconvertor. In the spec, all the fields in the SDR records are required. The char arrays are tagged as invalid by...
Yes I am. From: Mark Miller Sent: Wednesday, October 10, 2018 6:18 PM To: marklio/LinqToStdf Cc: Rob WADSWORTH ; Author Subject: Re: [marklio/LinqToStdf] Error unconverting Rdr (#9) Rob, are you...
Apologies for the late reply. Yes, this is still technically a problem. I say technically as I have had no need for retest data records so I have simply excluded...