i'm able to read the EDI file using Smooks (1.5) when it is formatted for readablity
ISA*SD* *DFDF* *SDFDSF*FHGFH *44*GHGHGHG *GHGH*GHGHGH*^*GHGHG*46345345*B*4*:~
GS*SS*2323*23232*232323*32323*1*X*FDFGDFGDF~
GE*YTRY*DF~
IEA*DF*DGHJGHHGG~
To read this, i used the below configurations
<medi:delimiters segment=" " field="*"
component="^" sub-component="~" escape="?" />
But it failed, when i tried to read the below EDI (unformatted EDI) segments with same delimiter configuration
ISA*SD* *DFDF* *SDFDSF*FHGFH *44*GHGHGHG *GHGH*GHGHGH*^*GHGHG*46345345*B*4*:~GS*SS*2323*23232*232323*32323*1*X*FDFGDFGDF~GE*YTRY*DF~IEA*DF*DGHJGHHGG~
here the problem is, all the segment codes are in same line. i know the reason why its failing to read EDI segments.it's failing because of the configuration segment="

". Is it possible to read these types of EDI message. or is this unrealistic EDI message ? i believe Carriage return and line feed are not required characters by
EDI X12 standard.i want to know how to read this unformatted EDI and how to configure the delimiter for this unformatted EDI