Question

Not able to read xml file using FILE_READER

  • 17 September 2021
  • 1 reply
  • 208 views

Userlevel 3
Badge +5

Hi,

 

I am receiving a XML file from third party systems to update data in IFS..But it is observed that the file which i received has a blank line before the <?xml version="1.0" encoding="UTF-8"?>..

Since it has a blank line before <?xml version="1.0" encoding="UTF-8"?>..IFS CONNECT is not able to read it either as a “NONE_XML” or “UNKNOWN_XML”…

 

Could you please suggest how we can remove the blank line and read successfully in IFS.

 

Thanks in Advance.


This topic has been closed for comments

1 reply

Badge +15

Hi @TecPravRe ,

You can write a xml transformer to pass your input xml file which can act as a xml parser to validate and remove blank lines and connect a routing address.

Regards

Manoj