Hi,
I’m noticing some strange behavior with a graph that I don’t recall seeing before. The graph reads a .xlsx, reformats the data and writes to a flat file via a UniversalDataWriter. This graph is scheduled to run on the server daily. If there is no input file for the XLSDataReader, the graph fails. Not a problem, there may or may not be a file to process on any given day.
However, even when the graph fails in this way, an empty output file is being created by the UniversalDataWriter.
Is this normal behavior?? I honestly don’t think it did this before. Only recently. In my experience, when a graph fails, there is no output. Is there a setting that would cause this? Server is 3.4.3
Thanks for any help with this issue.
pro7