I noted that when I copy a value from the main view, it adds an odd symbol. First I thought that the problem was my csv, but after try this on several files I noted that the problem was Tad, cause if I open the csv with another method/program that weird symbol is not present. For example
id,country
1,US
2,MX
If I copy whatever value, the result always will be something like:
"US"
It seems ok, but if you copy in VSCode for example (with the "Hightligth unicode" option activated) you will see the following:
I noted that when I copy a value from the main view, it adds an odd symbol. First I thought that the problem was my csv, but after try this on several files I noted that the problem was Tad, cause if I open the csv with another method/program that weird symbol is not present. For example
If I copy whatever value, the result always will be something like:
It seems ok, but if you copy in VSCode for example (with the "Hightligth unicode" option activated) you will see the following:
The unicode is symbol U+feff
Tad version: 0.10.0
This not occurs on version 0.9.0