Forum Discussion
menezesan
4 years agoFrequent Visitor
Automatic refresh issues - Columns name in CSV file
Hello, I'm having problems with my Automatic Refresh in a reported published. My source is a CSV file extracted from Jira. When new links are added or deleted in the Jira tickets, the quantity ...
Anonymous
4 years agoNot applicable
Also, if you have a step in which the columns have to be named, like Table.SelectColumns (and a few others), you can add MissingField.Ignore as the last parameter. That way, missing columns get ignored!
--Nate