Hi,
I am writing transformed data to xml file using ExtXmlWriter. ExtXmlWriter has 3 inports say 0,1 and 2. When the records count is 0 on port 0 nothing is written to the output file even if there are records coming for ports 1 and 2. And when I set “setCreateEmptyFiles” to true then it started writing ports 2 and 3 data to output file.
I am expecting to write ports 2 and 3 data to output file even if there is no data for port 0. And how does “setCreateEmptyFiles” is linked to above behavior. Please clarify.
I am using clover version 4.1.0
Thanks in advance.