THe 837 file structure in sort of xml tree to help demonstrate the issue i'm seeing (especially for folks not super familiar with EID 837)
<Segment>
<ISA>
<X12_FunctionalGroup>
<GS>
<X12_TransactionSet>
<ST>
<Loop_2000A>
<Loop_2000B>
<Loop_2300>
<CLM>
<Loop_2310C>
<NM1_ServiceFacilityLocationName_2310C>
<N3_ServiceFacilityLocationAddress_2310C> <!-- these two are where the issue is afaik -->
<N4_ServiceFacilityLocationCityStateZIPCode_2310C> <!-- these two are where the issue is afaik -->
<SE> <!-- I'm getting "initiator 'SE' not found" -->
<GE>
<IEA>
<!-- end of whole file -->
I'm under the impression that Smooks 2.x is basically telling me "Oh hey something went wrong at any point before 'SE'. Dunno where. Good luck finding it!"
I've tried turning debugging on but oh boi that was a lot of text to find useful information.