Processing files without group processing (Variant A)
When your data does not require record deduplication or group processing, you use the framework in its most simple configuration. The wizard offers this configuration under the Variant A name.
About this task
Configure the framework to process the input data without any grouping.
Procedure
- In the file <PathToYourApplication>/config/config.cfg, find the ite.ingest.loadDistribution.numberOfParallelChains parameter description
-
Set the parameter to the wanted number of chains, for example: ite.ingest.loadDistribution.numberOfParallelChains=8
-
In the file <PathToYourApplication>/config/config.cfg, find the ite.ingest.fileGroupSplit parameter description
-
Disable the file group splitting by setting the parameter to off as follows: ite.ingest.fileGroupSplit=off
-
In the file <PathToYourApplication>/config/config.cfg, find the ite.businessLogic.group parameter description
-
Disable grouping of data by setting the parameter to off as follows: ite.businessLogic.group=off
-
In the file <PathToYourApplication>/config/config.cfg, find the ite.businessLogic.transformation.tupleGroupSplit parameter description
-
Disable grouping of tuples by setting the parameter to off as follows: ite.businessLogic.transformation.tupleGroupSplit=off
