When opening certain csv files, tad doesn't recognize that first line contains the column names (see this testfile Column_names_not_recognized.csv for example).
Would be great if it was possible to force the information that first line contains the columns names.
In addition, could be great to be able to precise :
the file encoding (tad doens't seems to handle ANSI files, I always get an error, as in this issue)
It would be great to have the option to specify that params before opening the csv, sometimes i have files with a different quote char, like ` or | and i can't open them with tad
When opening certain csv files, tad doesn't recognize that first line contains the column names (see this testfile Column_names_not_recognized.csv for example).
Would be great if it was possible to force the information that first line contains the columns names.
In addition, could be great to be able to precise :