Releases: RNoeldner/CSVQuickViewer
V1.6.5.452
V1.6.5.451
V1.6.5.450
- 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
V1.6.5.442
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
V1.6.4.434
- 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
- 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.
- 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.
- 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.
1.6.4.417
- 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
1.6.4.408
V 1.6.4.407
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)
V1.6.4.391
-
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