Travis Parks

Results 37 comments of Travis Parks

Yes. I was investigating a Span-based implementation in a local branch. I'm excited for spans and all the parse overloads becoming part of .net standard. Right now, the branch is...

I recently did some more research in this area. The `PipeReader` class looks promising: https://docs.microsoft.com/en-us/dotnet/api/system.io.pipelines.pipereader?view=dotnet-plat-ext-5.0. Minimally, for newer platforms, even using the `ArrayPool` class could speed up performance for newer...

I'm not ignoring you, btw. I just haven't had time to respond yet. It would be really useful if you could write a unit test to demonstrate this *not* working....

I'll take a look. The example data you posted seems a bit odd, being just one line. Can you provide some more background on the schema? I'm just going to...

I created a test with the data you posted above. Specifically, I tested how my library handles embedded quotes. The only time my library should care about quotes is if...

Using `CustomMapping` was going to be my suggestion to you. I did some serious maintenance of this project late last year for a few months and ended up deciding not...

This does sound like a bug. I just need to override the Trim function in the underlying column class to do nothing.

There were actually several bugs causing this. I had to mark the `FixedLengthComplexColumn` to not trim, like I mentioned above. I was also trimming inside of the outer fixed length...

I've been thinking about this for awhile so I figured I'd give you some feedback so you don't think I'm ignoring you. Perhaps funny, I've been thinking less about how...

I'm closing this for now. I might comment some time in the future if I decide to circle back on this.