- All string which are set for any component must be closed with double quotes
- File name and paths
- line feed string
- column separator
- Host names
- URL
- Table name
- Database name and many more
- if you are using schema for any component then make sure the same schema is assign to next components schema other wise it throw error.
- tJavaRow is most popular component and many times it throws this error because schema is different than code generated column list.
- variables are used instead of column names
- if you create empty row in schema (with no column name)
if you follow these rules you will not this error again.