Skip to content

Need help with extracting nested HTML content. #45

Description

@Amaresh

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.### ****

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions