The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Process Documents from Data error
Hi,
I get an error when trying to use Process Documents from Data, "The example set must contain at least one text attribute".
I have an Read Excel operator and after that Nominal to Text, so it should not give me this error since the Excel file is converted to text, but yet it still does.
The strange part is that it works just fine, it does everything that it should but it just annoys me.
Thanks
-Prentice
I get an error when trying to use Process Documents from Data, "The example set must contain at least one text attribute".
I have an Read Excel operator and after that Nominal to Text, so it should not give me this error since the Excel file is converted to text, but yet it still does.
The strange part is that it works just fine, it does everything that it should but it just annoys me.
Thanks
-Prentice
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornIf the process runs fine and produces but you are getting the error message, then it is probably just because the metadata is out of sync and RapidMiner doesn't recognize that there is in fact a text attribute available. This can sometimes be fixed by storing the data and then retrieving it again, or enabling the "Synchronize Meta Data with Real Data" option under the Process menu at the top.
If the process doesn't actually run or produce output, then it is another story.6
Answers
Synchronizing the Meta Data with Real Data did not do the trick either, is it something I just have to ignore now?
Also, it is sort of unrelated, but I'm having another error with Extract Macro, It says: "The attribute [Name] is missing in the input example set". I have the macro set as data_value with the attribute name [Name] and the index 1. I have it linked to a Read Excel that imports a sheet with this in it: A1: [Name] and A2: [NameofSomething]. Just like the problem above, it works, but I do get this error message.