Thanks very much for the reply. Now I understand it. That's good to
On Nov 3, 2:10 pm, Mirko Nasato <
mirko.nas...@gmail.com> wrote:
> Hi Brian,
>
> The filters defined in DocumentConverter.py are *export* filters, i.e.
> those used when storing the output. Now to read CSVs you want an
> *import* filter instead used when loading the document. JODConverter
> does support import options, but the Python script is simpler and
> doesn't do that at present.
>
> After that, you'll need to understand which FilterOptions to pass
> along with the CSV filter:
http://bit.ly/24CdUP
>
> Kind regards
>
> Mirko
>