Mike Wright
Mike Wright
CC @ryannmedina this could be interesting for us as we turn attention towards splitting our implementation out for the individual products.
I believe we're looking for help on this in [#73](https://github.com/forcewake/FlatFile/issues/73) as well.
I'd like to see this as well. I'm working to leverage this library to parse NACHA files. In their simplest form they are structured as such: 1. FileHeaderRow (13 fields)...
I'll test how this handles having two levels of nesting, but here is how you would instantiate the engine: VB.NET: ```vb Dim mFactory As FixedLengthFileEngineFactory = New FixedLengthFileEngineFactory() Dim mRecordTypes...
Updated this to also pass in a function for line type logic and was able to get the Engine; however, attempts to Write yielded a "method or operation is not...
Agreed, would be nice to see your solution @JimmyVV!
I've got an update to `core/lib/node/build/index.js` and an addition of `core/lib/node/build/worker.js` to leverage Node's `worker_threads` that I've been testing out. For background, we've got a repo with ~2250 pages (producing...
We ran this in prod okay today but I've got some work to be done on prepping that PR, including things I'd like to smooth over with my implementation: 1....
@bretterer I'm excited to hear you're trying my changes out! Apologies to all that I've not been able to come back to get an official PR in yet. Outside of...