Seeing an error while iterating the table that "Column Name does not belong to table"

I have verrifed the column name and the file path also
I should be able to print the message however not able to write Line.

In the properties panel of Read CSV, make sure that you checked the below option

  • IncludeColumnNames - Specifies if the first row in the CSV file should be considered to contain the column names. If set to false, the output DataTable will have columns with default names.