2.2.1 • Published 3 years ago
dbay-mirage v2.2.1
𓆤DBay 𓁛Mirage
Table of Contents generated with DocToc
𓆤DBay 𓁛Mirage
DBay plugin to mirror, parse and process text files (HTML, CSV, ...) in SQL
This module has been pulled from a preliminary version in
dbay-rustybuzz
🚧 Work in progress 🚧
To Do
- table
mrg_datasources
- HTML:
+ empty lines between paragraphs should be preserved
– initial blank lines are missing from HTML output
– what to do for trailing blank lines?
– tag registry so we can decide whether tag
- is block
- allows parsing inside (cf
<script>
,<code>
) – run all inserts to mirage HTML in single transaction – consider to add CFG towalk_par_rows()
to indicate whether to keep or to skip empty/blank lines – implement datasources with direct text input – inmrg_wspars
, use fieldmrg_*mirror.mat
or constanttxt = ''
instead of function call + accept<!doctype>
tags (turn into comments)