Skip to content

Releases: RNoeldner/CSVQuickViewer

V1.6.1.346

08 May 10:11
Compare
Choose a tag to compare
  • Added Refresh of data: F5 or CTRL-R
  • Improved UI for Change Column Format, the UI will less strict than the auto detection of formats and allows to select possible matches that are not valid for all rows.
  • Improved format detection ignoring issues in not relevant columns

Download CSV Quick Viewer

1.5.5.320

22 Feb 17:18
Compare
Choose a tag to compare

Fixed minor issues with recognizing date time
Combining all resources and dll into a single executable.

Download CSV Quick Viewer

1.5.5.315

18 Jan 09:39
Compare
Choose a tag to compare

Settings are stored in user folder and are not reset with installing new version.
Improved handling of End of File markers and better log entry.

Download CSV Quick Viewer

V1.5.3.294

21 Nov 09:39
Compare
Choose a tag to compare

Fixed and issue with switching between Text and Typed values not updating the data grid.
Fixed an issue that can occur if columns are combined at the end of the file

Download CSV Quick Viewer

V1.5.3.293

20 Nov 22:00
Compare
Choose a tag to compare

Fixed issue with trimming not beeing saved
Fixed issue with file modification showing dialog boxes and not stopping
Fixed issue with leading spaces if no trimming is selected
Ignoring rows with single column if we expect more than 3 columns (most likly footer rows)
Supporting Long Path

With this installation an message box showing the error "Object reference not set to an instance of an object.", I can not reproduce this while debugging.
For now you have to live with this message box...

Download CSV Quick Viewer

V1.5.3.289

09 Nov 17:10
Compare
Choose a tag to compare

Added option to ignore header rows that are repeated in the file (in case a file was combined from multiple files of the same type)

Added Option to re-align columns. In case a delimiter was part of the text and the file is not quoted, you end up with too many columns, re alignment tries to find the column that had the delimiter and combines columns next to each other to one, works best if the columns can somehow be identified, currently it recognizes integer, decimal, dates, words/ids and relative length of text to characterize the columns and make a guess where things should align

Added Option to combine rows, In case a linefeed was part of the text the rows do not have enough columns, the columns from the next row will be used to fill the missing columns. The first column of the next row will be added to the last column.

restructured the Settings to be a bit cleaner

Improved the filter options, in case Error or Warnings have been identified.

Download CSV Quick Viewer

v1.5.2.283

31 Oct 14:46
Compare
Choose a tag to compare

Better error handling windows UI.
Many changes related to handling of streams.
Fixed Hierarchy Display not reacting
Changes to configuration or column preferences will cause the data to refresh to reflect these changes.

Download CSV Quick Viewer

v1.4.13.263

18 May 13:00
Compare
Choose a tag to compare

Improved display while opening file, not needed information was spamming the screen.
Using MessageBoxes that close them self after timeout

Download CSV Quick Viewer

v1.4.13.262

17 May 09:05
Compare
Choose a tag to compare

Fixed issue with context menu not showing when no data is present.
Added Some Unicode Separator chars to delimiter recognition
Fixed issue with empty last header column, now the following rows are checked before assuming there is no column
Fixed inconsistency with file without header and training empty column
Fixed issue with RecordNumber being one to high in case of an empty trailing line.
Parse Column Size now honors SkipEmptyLines and ConsecutiveEmptyRows, resulting in the same records number as actually reading the file.

Download CSV Quick Viewer

1.4.9.234

21 Feb 15:07
Compare
Choose a tag to compare

Fixed issue with switch between Text / Value not refreshing the display

Download CSV Quick Viewer