Originally tracked as in Bug 708645: https://bugzilla.netiq.com/show_bug.cgi?id=708645
The file connector chops off the record delimiter. While this is ok for line oriented text files, this is an issue with XML files, where the record delimiter is the closing element tag - e.g. </event>. Therefore, the record passed to the collector is not a valid XML document.
If we had an option in the connector not to chop off the delimiter, we wouldn't have to go through hoops in the collector to add it back in before parsing the record into a DOM object.
by: Brandon L. | over a year ago | Integrations
Comments