viur-framework / viur-scriptor

A development environment and API for scripting and automated data management on ViUR-based systems
MIT License
4 stars 4 forks source link

Generic .csv importer #12

Open Grashalmbeisser opened 7 months ago

Grashalmbeisser commented 7 months ago

csvimport.py is a generic CSV-importing tool => What about scriptor import script for that?

ciansen commented 6 months ago

Hey,

do you mean to implement the csvimport.py into the default scriptor api module?

phorward commented 6 months ago

do you mean to implement the csvimport.py into the default scriptor api module?

Nice idea. This makes the importer generally accessible and also extendable through inheritance.