Skip to content

V1.6.4.433

Compare
Choose a tag to compare
@RNoeldner RNoeldner released this 15 Feb 08:51
· 1325 commits to master since this release
  • Added feature deal with repeated quotes in files that require Context Sensitive quoting:
    • Context sensitive quoting will determine if a quote is part of the text or a quoting character by looking at the next character if its a end of line or a delimiter its regarded as closing quote, otherwise it simply ready the quote.
      Context sensitive quoting would usually read quoting as used in the file, but in some cases you would like to allow escaping of " by repeating it to "" and still read " even if using context sensitive quoting. This allows you to use context sensitive quoting and still use repeated quotes as an escape for quotes.
  • Improvement to UI on high DPI
    • Resizing did work on Windows 7 and Windows 10 but its wrong in Windows 8 and Windows Server 2012 R2)
  • Added a .Net Core Application and include support for Windows 1252 code page
    • The .net core application is not yet a single executable, using deploy resulted in a a huge executable
  • Better support for exotic Json files
    • Json file that do not really follow the Json format but simply are a bunch of Json serialized objects (NLog file for example) will now be read
  • Changed Error handling
    • In case of a catastrophic error, the application did display the error message only, now it will stop reading the data, but keep all already read line the error message is stored with the last read record.

Download CSV Quick Viewer