on 2024 Aug 02 2:31 AM
Hello,
I am now trying to design a Integration Flow in Cloud integration (CPI).
There's a requirement that we should embed an empty value check for mandatory fields in Excel File (CSV) in the flow.
The scenario is quite simple, being CSV file read from FTP server(Sender) -> Integration Flow -> CSV file being outbounded to FTP server(receiver).
Can this be achieved by built-in functions in Integration Flow? Or do I have to write scripts?
Thank you.
One option would be to use CSV to XML converter, XML Validation (with appropriate schema), and then XML to CSV converter before passing the contents on to the file destination. Any other approach would require a script to examine the contents of the payload.
Regards,
Ryan Crosby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.