Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help with extracting nested HTML content. #45

Open
Amaresh opened this issue Nov 28, 2018 · 0 comments
Open

Need help with extracting nested HTML content. #45

Amaresh opened this issue Nov 28, 2018 · 0 comments

Comments

@Amaresh
Copy link

Amaresh commented Nov 28, 2018

Hello,

I am a bit clueless as to how to configure custom-extractors.html, when i want to
extract content from a nested html structure like this:

<div class=".abc">
   <div class =".def">
       <div class=".ghi">
           <p>content</p>
         <p>content2</p>
       </div>
  </div>
</div>

Basically, i want to extract content and content2 into a field and index it. Thanks in advance.### ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant