When importing, we can specify mappings to rename features from the defaults. We should be able to do the same for export. This may require redoing the Writer class along similar lines to the Reader class so that subclasses don't touch the database directly but only go through methods which handle the mappings.
When importing, we can specify
mappings
to rename features from the defaults. We should be able to do the same for export. This may require redoing theWriter
class along similar lines to theReader
class so that subclasses don't touch the database directly but only go through methods which handle the mappings.