Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6370405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:55:34+00:00 2026-05-25T00:55:34+00:00

Sorry for my English. I can’t obtain sender name using custom extractor. I’m trying

  • 0

Sorry for my English. I can’t obtain sender name using custom extractor. I’m trying to get the whole data (for testing purposes) from “from_email” and “body” sections. There is only email in result. The body is without “From” section, only “Data” section.

Here is my extractor:

<?xml version="1.0" encoding="UTF-8"?> 
<OpenCOBData id="SenderName">  
 <ExtractorSpec platform="gmail" language="en"> 

 <Search input_type="text"> 
 <Pattern input_fields="from_email,body"> 
 <![CDATA[(?P<sender_name>.*)]]> 
 </Pattern> 
 </Search> 

 <Response platform="gmail" format="cardgadget">
 <Output name="senderName">{@sender_name}</Output> 
 </Response> 
 </ExtractorSpec> 

</OpenCOBData>

And here is the part of the manifest:

<!-- EXTRACTOR --> 

<Extension id="EmailSenderNameExtractor" type="contextExtractor"> 
<Name>Email Sender Name Extractor</Name> 
<Url>781689580671:SenderName</Url> 
<Triggers ref="CustomExtractorGadget"/> 
<Scope ref="emailSenderAddress"/> 
<Scope ref="emailSenderName"/> 
<Scope ref="emailBody"/> 
<Container name="mail"/> 
</Extension> 


<!-- GADGET --> 

<Extension id="CustomExtractorGadget" type="gadget"> 
<Name>Person name extractor</Name> 
<Url>***</Url> 
<Container name="mail"/> 
</Extension> 


<!-- SCOPE --> 

<Scope id="emailSenderAddress"> 
<Url>tag:google.com,2010:auth/contextual/extractor/FROM_ADDRESS</Url> 
<Reason>This application searches the message body for any text.</Reason> 
</Scope> 

<Scope id="emailSenderName"> 
<Url>tag:google.com,2010:auth/contextual/extractor/FROM_PERSONAL</Url> 
<Reason>This application searches the message body for any text.</Reason> 
</Scope> 

<Scope id="emailBody"> 
<Url>tag:google.com,2010:auth/contextual/extractor/BODY</Url> 
<Reason>This application searches the message body for any text.</Reason> 
</Scope>

What is wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:55:35+00:00Added an answer on May 25, 2026 at 12:55 am

    The solution is to use the built-in variable __FROM_PERSONAL__:

    <Response platform="gmail" format="cardgadget">
        <Output name="senderName">{@__FROM_PERSONAL__}</Output>
        <Output name="senderEmail">{@__FROM_ADDRESS__}</Output>
    </Response>
    

    More: http://code.google.com/intl/ru/googleapps/support/gadgets/?place=topic%2Fgoogle-apps-gadgets-api%2FlyE8Se0WhGM%2Fdiscussion

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry for bad English :( Suppose i can preliminary organize recipes and ingredients data
Sorry my English is bad. I hope you can get what I want. I
I'm trying to explain as best as I can, sorry for my English. I
(sorry for the english) I have a ASP .net webservice that get data from
Sorry for my English. How I can add comment to Jpeg file to COM-marker
(sorry for my english :-) I'm loading a custom UITableViewCell: static NSString *CellIdentifier =
First sorry for my english. I am currently trying to develop a JAVA webservice
First, sorry for my English, im not an American. My question is how can
(I'm sorry for my english...) I'd like to know if I can delete a
I'm sorry I'm english a little. I want to redistribute .Net Framework3.5 SP1 using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.