Hello Community, I would like to import a xml file. Therefore I use the SAS XML- Mapper to create a map. My xml files contains a few rows without any values (red line): <teacher> <lastname>John</lastname> </teacher> <n12:name/> <landscape> <forest>tree</forest> </landscape> My problem is that the XML-Mapper does not create a dataset out of those rows without any values only for the other rows. Is there any possiblity to get this done either directly in the XML-Mapper or as an automated workaround. Thanks in advance!
... View more