浏览代码

Merge pull request #14125 from wangkx/h24610

HPCC-24610 Reset addingSimpleNestedContent in CSV writer

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 4 年之前
父节点
当前提交
b061e290dd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rtl/eclrtl/rtlformat.cpp

+ 1 - 0
rtl/eclrtl/rtlformat.cpp

@@ -1435,6 +1435,7 @@ bool CommonCSVWriter::checkHeaderName(const char* name)
     if (!name || !*name)
         return false;
 
+    addingSimpleNestedContent = false; //Initialize to false.
     if (currentParentXPath.isEmpty())
     {
         bool* found = topHeaderNameMap.getValue(name);