mgoldste1
mgoldste1
FYI just in case anyone grabbed my version - The VUR parsing needed changes because there are two different styles of VUR records. V93K testers write them as an array...
The weird thing is that it isn't just backwards. If it was just backwards, the 9th item would be a 9 and the 10th would be an 8, but its...
- I found a draft for one here - https://docplayer.net/127928234-Background-statement-for-semi-draft-document-4782-new-standard-specification-for-standard-test-data-format-stdf-memory-fail-datalog.html - This might be the official 2007 revision's spec - https://github.com/lantianjialiang/stdf_spec/blob/master/stdf_V4-2007_spec.pdf - Also this paper goes into detail on the...
If you wanted to transition it to .net 6 it'd probably be better for you to do it than me. What I have works, but it could probably be better...
If I can figure out how to manually repair it, I should be able to make you a corrupt one without any company IP in it (if you want). How...
I put a breakpoint in the InternalGetAllRecords's _InSeekMode area and it never triggers. I tried this - StdfFile sf = new(@"bane of my existence.stdf", new SimpleIndexingStrategy()); //tried v4 and noncache...
The built in seek algorithm says it does nothing so I was adding in the example PIR one too. I should be able to get away with losing data for...
I'm 100% with you on the fact that this shouldn't be my problem. From the customer's standpoint, the old converter parsed it, therefore the new one should too. We have...
Honestly the 5mb isn't as much as you'd think. most of the data in these stdfs are in DTRs which contain encrypted data we don't have access to. There are...
My manager wasn't against this idea, but he also wasn't sure how to handle it. We've gotten microsoft/vendors to help with certain things in the past but this is a...