
Announcements
I am trying to use create csv to export data to a new csv. my flow is running successfully, and all the data is in the raw input. However, when I open the CSV 3 specific columns (Clock_Number, Machine_Number, Part_Number) have none of their values. I am using custom headers, but all of the other columns seem to be working fine with the equation. item()?['']
These column names contain a line feed ( " \n " ). That is a "Very Bad Idea". Please remove the line feeds from the column names.