Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Exclude files based on missing column
Kumar_Ayush
Member Posts: 7 Learner I
in Help
Hello,
I am trying to read multiple csv files form a folder, in those there is a column called “Time”, but few of the files have this column missing, need help to skip those files and further operation to be done on the files which have “Time” column in them.
0
Best Answer
-
MarcoBarradas Administrator, Employee, RapidMiner Certified Analyst, Member Posts: 272 UnicornHi @Kumar_Ayush:
You could use the Branch operator with the check for attribute_available, and if it's not skip the file.
If the attribute is available and all of the examples are missing for it you can also build some logic arround it.Data Engineering Master - Handle Exceptions and Branches | RapidMiner
0