platform-core
The heart of the platform. Contains all transformation logic β parsers, validators, transformers, and writers. 53 passing Kotest tests.
Package Structureβ
Key Interfacesβ
FileParser β how parsers plug inβ
RecordWriter β how writers plug inβ
Test Coverageβ
| Test suite | Kotest style | Count |
|---|---|---|
CsvFileParserTest | DescribeSpec | ~15 |
FixedWidthFileParserTest | DescribeSpec | ~10 |
XmlFileParserTest | DescribeSpec | ~10 |
CorrectionEngineTest | ShouldSpec | ~8 |
ValidationEngineTest | BehaviorSpec | ~10 |
ParserRegistryTest | FunSpec | ~5 |
TransformationPipelineTest | ShouldSpec | ~5 |
./gradlew :platform-core:test