lgactna/RectangleMappingTool

CSV functionality

Opened this issue · 1 comments

  • Base export functionality - done as of 7b02656

  • Export with custom/additional fields

  • Import functionality - done as of 8c66871

  • Error handling for csv files that don't actually follow the correct format

will not close as the current implementation is incredibly flaky; yes it handles errors, but that's because it's a straight-up except Exception as e lol

there's no functionality for deriving the conversion handles if the _conv variables are present, custom fields, or figuring out the color and coordinate fields if they're not in the first four fields and sixth field respectively