Make column names agnostic to case

Issue #32 resolved
Jason Vander Heiden created an issue

Should allow import of lowercase columns. Easiest fix would be to convert all column names to upper case on load.

Comments (1)

  1. Jason Vander Heiden reporter

    All columns are now converted to uppercase and stripped of white space if loaded with readDbFile().

  2. Log in to comment