cancel
Showing results for 
Search instead for 
Did you mean: 

Incoming File validation and exception handling without java mapping and BP

Former Member
0 Kudos

Have anyone tried to validate the incoming file data using the graphical mapping and functions in mapping and exception handling (email to user) without using Java mapping and BPM

Accepted Solutions (0)

Answers (3)

Answers (3)

nisarkhan_n
Active Contributor
0 Kudos

i had an scenarion where the invalid records should be sent as a file to the legacy user back....you can use the standards functions available to determine what's the invalid record and use the mail adapter or other means to send the invalid data back..

Yes you can do it depends on what's your logic to validate the file

Former Member
0 Kudos

Hi Senthil,

Yes.. You can do file validation using Graphical mapping. In most of my interfaces we have done the file level validations using Graphical maping and we have raised an Alert rather than emailing to User. I think you can email as well..

Let us know if you need more details.

Nilesh

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Basic validation we can go ahead with graphical Mapping. If want to restrict with out Java Mapping then try to get the appropriate data from the source itself.

Regards

Agasthuri Doss