Skip to main content

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 suiteKotest styleCount
CsvFileParserTestDescribeSpec~15
FixedWidthFileParserTestDescribeSpec~10
XmlFileParserTestDescribeSpec~10
CorrectionEngineTestShouldSpec~8
ValidationEngineTestBehaviorSpec~10
ParserRegistryTestFunSpec~5
TransformationPipelineTestShouldSpec~5
./gradlew :platform-core:test