How to read data between xml file tags in datastage using sequential stage
Summary The problem at hand involves reading data from a specific schema in a multi-schema XML file using a sequential stage in DataStage. The goal is to extract data between the Document tags in the XML file. The initial attempt using a hierarchical stage was unsuccessful, prompting the use of a sequential stage with a … Read more