jehugaleahsa / FlatFiles

Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed.
The Unlicense
357 stars 64 forks source link

Add additional multiple-schema examples to docs #84

Closed benjaminsampica closed 2 years ago

benjaminsampica commented 2 years ago

Summary:

What is the overall purpose/goal of this pull request? Is it a bug fix? New feature? Quality control?

Update to documentation for multiple schemas to more clearly showcase the text preceding it. There are lots of concepts converging together in order to use multiple schemas and my team was new to FlatFiles (previously using CsvHelper) and it took a couple hours to apply all these concepts together coming into the library with a newbie perspective - especially the realization that we could keep the typing semantics with multiple schemas. Feel free to close, modify, etc. as needed.

Many thanks for this wonderful package

If available, please provide a link to the Issue this PR applies to.

Breakdown:

If needed, provide a high-level overview of all changes included in this request.

Hint: You should try to order and limit the scope of your pull requests, A.K.A., one PR per change (goal).

Check list: