Situation:
As you can see in the snapshot above, I am running the Excel reader in a loop with 9 files, and I want the data types of all columns in all 9 files to be set as strings without any manual intervention. These 9 files do not have the same columns; the columns are different in each file.
Please help me with this and reach out if you have a solution or an alternative.
Yesterday there was a topic about the exact same problem:
Solution: Set everything to string in transformation tab and then convert to desired data type (e.g. double) using appropriate nodes like String to Number.
What I meant was, In excel files there are columns with datatype int,string,date etc but while I load them to KNIME I want them all to be in String.
How to do that when I am reading multiple excel files on loop