merging_builder 1.0.0
merging_builder: ^1.0.0 copied to clipboard
Builder that reads multiple input files and writes merged output to one single file.
Merging Builder - Example #
Introduction #
The library merging_builder includes the following
(synthetic input) builder classes:
-
MergingBuilderreads several input files and writes merged output to one output file to a custom location. -
StandaloneBuilderreads one or several input files and writes standalone files to a custom location. In this context, standalone means the output files may be written to a custom folder and not only the extension but the name of the output file can be configured (as opposed to using part files).
Build Setup #
The project provided as an usage example contains two packages:
-
The package
researcher_builderdepends onmerging_builderin order to define the builderadd_names_builderand the merging generatoradd_names_generator. -
The package
researcherdepends onresearcher_builder, specified as a dev_dependency, in order to access the builderadd_names_builderthe build process.
Step by step instructions on how to set up and configure a
MergingBuilder are provided in
the section usage.
Features and bugs #
Please file feature requests and bugs at the issue tracker.