0.1.75 Released

Michael Krotscheck - - 1 min read

This release pairs with the release of the data parsing framework and now supports the automatic detection and parsing of text files in many different data encodings. The project uses the Tika framework to assist in detecting the character encoding of text files and now reliably supports most character sets listed here.

Upload fixes

  • Uploaded files are now analyzed for text encoding and parsed accordingly.
  • Parsing errors now go to the engineering team for further testing.
  • UI updates to indicate the current state of a parsing data set.

Development environment updates

  • The development Vagrant box is now shared, which cuts about 15 minutes off deployment. It might not seem like much, but the time savings are welcome 🙂

Data file reader updates

  • The interfaces IDataEncoder and IDataDecoder now pass their stream declarations into the new interfaces IStreamEncoder and IStreamDecoder.
  • The release adds new interfaces named ITextEncoder and ITextDecoder to handle character stream based file processing.

Curious? Go check it out.