🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Web:Enrich Data by Webservice"

User: "DavidjeP"
New Altair Community Member
Updated by Jocelyn
Hi all,

I just started using RapidMiner. I absolutely like the toolkit, good work. My question is about the 'Web:Enrich Data by Webservice' operator. I'd like to call the Google Translate REST service from my process, using the value of my attribute named Content in the example set. I just cannot seem to figure out how to use this attribute in my url.. I tried:

https://www.googleapis.com/language/translate/v2?key=Arg4aSyA=<;attribute  Content>&source=nl&target=en

And tried other variants.. nothing seems to work. Who can help me?

regards David

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "DavidjeP"
    New Altair Community Member
    OP
    Found the problem. I downloaded the source code of the Web plugin and found that an Exception is thrown in case of an underscore character.. The URI class is used, that's why:
    (new URI(null, value, null)).toASCIString()

    regards David
    User: "land"
    New Altair Community Member
    Hi David,

    sorry for my late reply, we have been distracted by some urgent work. Could you please post a bugreport for this? I don't think this is an appropriate behavior of the operator :)

    Greetings,
      Sebastian