framework icon indicating copy to clipboard operation
framework copied to clipboard

Add PETL-based formats

Open roll opened this issue 3 years ago • 0 comments

Overview

As we already have PETL as a dependency we can add support for Whoosh, Avro etc formats relatively simple.

v5 file structure

formats
  avro  # just proxy PETL parser
  whoosh  # just proxy PETL parser
  ...

https://petl.readthedocs.io/en/stable/io.html#module-petl.io.xls

roll avatar Jul 09 '22 06:07 roll