Hello Experts,
My scenario is something like that
I have following set of records with 1 and 2 as the prefix like
1absnsmsmsm
2absbsnsnsns
1absnsmsmsm
2absbsnsnsns
2absbsnsnsns
1absnsmsmsm
2absbsnsnsns
2absbsnsnsns
2absbsnsnsns
For every set of 1 and 2 one message should be created. Means here in the above payload , for 3 sets 3 messages should be created. Its working fine with FCC in FIle adapter in Dual stack.In PO7.5, I am trying to do FCC but getting the error as
Exception:received.java.langNullPointerException.
Tried with Beans in SFTP instead of FCC. Its picking the file correctly without any error but not splitting it into messages as per the number of sets in the payload as explained above.
Can you please help me fix this? Its the show stopper for us.
Appreciate quick help.
Thanks in advance