Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: JensenI'm trying to read in files using the CSV node.
Due to nature of the data, there might be zero records in the file.
When this happens, the filter node, which is next in line, to change the fields into native data type will fail.
I tried creating a Cat and Dummy input node to work around this but it doesn't work.
Basically I hope to be able to still run the entire graph smoothly regardless whether there are any records from these files.
Thanks in advance!