Forum Discussion
Missing a Step in using Folder to connect to multiple csv files
- 6 years ago
Hi seanr
that is a trap of the automatically generated step "Changed Type". That should be the last step in your main table.
Problem with that is that it contains a hardcoded list of column names before the "Promote header" step. It is still looking for the old column names.
Easy solution: Delete that last step and do the type transformations again on the new column(name)s.
Hi seanr
that is a trap of the automatically generated step "Changed Type". That should be the last step in your main table.
Problem with that is that it contains a hardcoded list of column names before the "Promote header" step. It is still looking for the old column names.
Easy solution: Delete that last step and do the type transformations again on the new column(name)s.
- seanr6 years agoRegular Visitor
Thank you so much for your help!