feat: add exportCSVFromEntities to export-internals and fix import bug for incomplete entities
- add exportCSVFromEntities that accepts any AsyncIterable of entities
- fix bug while importing incomplete entities (every not filled field was overriden by null in DB)