Skip to content

Fix per-view delimiter selection

Compare
Choose a tag to compare
@wadetb wadetb released this 11 Nov 01:45
· 7 commits to master since this release
The priority order of delimiter selection previously favored filename mappings over a per-view setting (CSV -> Set Delimiter).
This was an unintended consequence of wrapping per-view and global settings access.

The delimiter code has been reworked to determine the delimiter in an explicit fallback order: view, filename mapping, global setting, comma.