Skip to content

feat: add exportCSVFromEntities to export-internals and fix import bug for incomplete entities

Elias Künstler requested to merge racct/import-export-for-entities into master
  • add exportCSVFromEntities that accepts any AsyncIterable of entities
  • fix bug while importing incomplete entities (every not filled field was overriden by null in DB)

Merge request reports