antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.18k stars 118 forks source link

Feature request: Filtering using regular expressions and specify quoting character in csv #285

Open quevon24 opened 1 month ago

quevon24 commented 1 month ago
  1. I wonder if it would be possible to filter by applying regular expressions.
  2. In some cases you need to use a character other than double quotes as a quoting for the csv, like a backtick, would it be possible to specify the character when reading the csv?