This is an example that illustrates how to configure Smooks to process fixed length records into Java objects.
See:
- The "Main" class in src/main/java/example/Main.java.
- The Customer and Gender Types.
- The input message in input-message.txt.
- smooks-config.xml.
- See how to solve the same use case using a programmatic (non-XML) Smooks configuration in the "fixed-length-to-java-programmatic" example.
mvn clean package
mvn exec:exec