undatum icon indicating copy to clipboard operation
undatum copied to clipboard

Implement universal data files conversion

Open ivbeg opened this issue 2 years ago • 0 comments

Rewrite code and make data conversion processes universal. Right now it's partially implemented with IterableData and DataWriter classes, but they aren't used in data conversion functions.

An ideas how to implement it:

  • analyze existing data formats to understand cross convertability.
  • write short research notes and convertability comparison table
  • create generic classes for data source and data writer
  • rewrite current convert code to the more universal approach for all used data formats
  • write documentation how to add more data sources/destinations for other data formats

ivbeg avatar Jan 29 '22 18:01 ivbeg