Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2.9
-
Fix Version/s: None
-
Component/s: file format issue
-
Labels:None
-
Epic Link:
Description
in Version 2.9, HTML data extraction with JSoup involves importing the whole document into memory and constructing a dom model. Ideally, we should use a stax processing model to identify and extract the json elements.