Support DBI scanning through entity handler options instead of specific handlers #386
Labels
enhancement
New feature or request
software:dbi
Data Base Interfacing
software:ocs
OCS clouds (owncloud, nextcloud, etc)
Milestone
With the support of handler options (see #346), there is no need to use specific designed handlers like the one developed in #347 for DBI scanning:
dbi_csv
,dbi_gsheet
,dbi_excel
will be deprecated (with addition ofactive
/deprecated
status
and associatesnotes
to characterize handlers).csv
,gsheet
,excel
will be enriched with an optionenrich_from_dbi
that will support the same DBI scanning logic.In addition the
ocs
handler will have the sameenrich_from_dbi
option. This will enable to use CSV/Excel entities stored in OCS with DB scanning.The text was updated successfully, but these errors were encountered: