data_extractor icon indicating copy to clipboard operation
data_extractor copied to clipboard

Iterative extracting.

Open linw1995 opened this issue 6 years ago • 0 comments

  • python-json-rw is not designed for iterable extracting
  • lxml.xpath is not designed for iterable extracting

But implement AbstractSimpleExtractor.iter_extract and AbstractComplexExtractor.iter_extract can be able to reduce the memory usage when doing large data extracting .

linw1995 avatar Oct 23 '19 12:10 linw1995