0

I want to process a baplie edi and however i don't need all the values coming in the EDI file. in such a case is there a way to skip a field/component/sub-component without the xmltag being displayed in the output unnecessarily.

Example,

I just need the sender identification and receipient indentification alone.

Thanks in advance.

Kathiresa
  • 75
  • 7

1 Answers1

0

I'm not totally familiar with that message format, but you can tell the Smooks EDI reader (via the EDI mapping model) to "truncate" fields, segments etc. (see the docs). So, what you ask should be possible if the data is at the end (I think).

Tom Fennelly
  • 286
  • 1
  • 2
  • 7