Skip to content

Releases: RNoeldner/CSVQuickViewer

V1.6.5.452

22 May 08:47
Compare
Choose a tag to compare
  • Fixed issues with missing reload changing setting
  • Fixed issue with Record Number not working as intended

Download CSV Quick Viewer

V1.6.5.451

21 May 20:51
14e790b
Compare
Choose a tag to compare

Fixed two errors:

  • Dispose of an object that was not created (Progress Form)
  • Not creating column #Line

Download CSV Quick Viewer

V1.6.5.450

20 May 14:00
14e790b
Compare
Choose a tag to compare
  • Using asynchron processing across the application
  • Improved support for times with milliseconds
  • Improved automated realign of columns
  • Fixed issue with Line Number not showing (not sure when it was introduced)
  • Added Option to display Records Number , this is useful in case records are filtered.
  • Small UI changes:
    • Better explanation of re-align
    • Showing filename in front identifying the right file in taskbar is easier.
    • Increased size of error / warning filter drop down

Download CSV Quick Viewer

V1.6.5.442

17 Apr 16:40
Compare
Choose a tag to compare

New Feature:
Added support for Record Seperator and Unit Seperator

Fixes:
Fixed an issue where realigning columns is not called if extra columns where empty.
Fixed an issue with Jason files that have all records on a single line.
Some long running routines could not be cancelled.

Imporoovement:
Less re-oping files during analyses, this should be noticeably faster on compressed files

Refactoring code:
Using Linq where possible
Switching to asynchronous calls to prevent UI Freeze

Download CSV Quick Viewer

V1.6.4.434

17 Feb 09:03
Compare
Choose a tag to compare
  • Visualizing Combination of "Context Sensitive Quoting" and "Repeated Quoting" in Quoting control
  • Fix an issue with controls having a zero width thus being not usable in Edit Settings

V1.6.4.433

15 Feb 08:51
Compare
Choose a tag to compare
  • 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

1.6.4.417

10 Dec 08:18
Compare
Choose a tag to compare
  • Increase speed of type detection by loading all columns at once
  • Improved detection of delimiter for files with hardly any rows or files without apparent delimiter
  • Fixed warning messages being shown in wrong column if columns are ignored
  • Refactoring to make reading to a data table more stable and easier to maintain
  • Improved message in case changing the encoding does change the the column header
  • Using Bitmaps for Messageboxes to improve UI (Windows 10 with UI Scaling was not rendering proper Icons)
  • Removed not used code
  • Begin of porting to UWP: Compiling in .NET Framework 3.1

Download CSV Quick Viewer

1.6.4.408

04 Nov 08:37
Compare
Choose a tag to compare

Fixed an issues with display of JSON file as being empty in case the setting default was to assume a file does not have headers (column names and an data did not align)

Download CSV Quick Viewer

V 1.6.4.407

04 Nov 08:00
Compare
Choose a tag to compare

With of columns in display is estimated by column type in case there are too many records to efficiently determine the column with. With less than 10000.
Scaling of application on on Screens with larger fonts should be better.

Some work has been done to switch to .NET core.
Logging library has been changed from log4net to NLog.

Improving underlying shared library, to increase speed and address some issues (that should not have an impact on the CSV Quick Viewer)

Download CSV Quick Viewer

V1.6.4.391

25 Sep 16:01
Compare
Choose a tag to compare
  • Json files are supported now

  • Upgrade of used Libraries

  • Many improvements in the UI to scale better in Windows 10

  • Fixed not working realign columns

  • Fixed issue with warnings for columns where names contains a square brace

  • Improved Filters

  • Refactoring to make code easier to maintain

  • Changes in code parts that are not directly related to the quick viewer but are used by other applications

Download CSV Quick Viewer