The most recent content from our members.
There's a wealth of content waiting for you to explore! Need support or have a question? Sign in or register to get started.
I have xml files. I want to cut out title, abstract, keyword and body's sections. I use read document, cut document, combine documents and documents to data operators. There is no output for this cutting. I think it may be namespace problem for xml file, but I cannot figure out what is wrong with my rmp file. Is there…
I was having trouble finding the operator documentation that pertains to string matching or cutting documents in general.I have a few different types of documents (.xml, .csv, .docx, .html) that list records, in order, separated by *Record (n)* in ascending numbers, starting with 1. Each of these records has similar…
Hi, I am new to Rapid Miner, i am trying to apply a regex on an attribute value using Cut stage, but to me looks it is applying regex condition on attribute name, not on its value. Please help
I have a phrase "Automobile stocks are A1,A2 and A3." I want to fetch A1,A2 and A3 i.e. substring between two strings of an attribute, please suggest
Hi, I am new to Rapid miner, I have a requirement parse a web page ( able to do), then read a content after certain word for e.g web page contains data Heading Paragraph 1 Automobiles stocks are A1,A2,A3,A4. I want to read A1,A2,A3,A4 which comes after string "Automobiles stocks are" Please help!! Thanks
hi guys i have an attribute whit this type of data:[ { "_id" : "ka5b14ub", "mineralTypeId" : "k5bza8u2", "group" : { "$numberInt" : "3" }, "flloorNo" : { "$numberInt" : "1" }, "wht0003" : { "$numberInt" : "20000000" }, "productionRate" : { "$numberInt" : "2000000" } } ] i want to cut characters from index 43 to 51.but i…