I am trying to real XML file in Informatica BDM and load this in Teradata table. For this I have created a PDO with complex file data object with below configuration. XML file is placed at my local path.
- Resource format: XML
- Choose XML file from my local path
Complex file data object is created with 2 columns Data and filename. Data column name has type binary and filename has string.
Then, I created hierarchy to relational transformation and chose the XML file to parse it. I have provided the same file as schema and I can see it is parsed successfully
In mapping, I dragged the complex file data object PDO and then hierarchy to relational transformation and then target PDO.
In my complex file data object, I have mentioned File Format = Custom Input.
When I run data viewer, it says file does not exist at my local path, however it is available. Below is the error screenshot: