We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
t and f values in csv cells are considered as boolean values
t
f
Version: 0.13.0 System: macos 14.5 Shell: zsh 5.9 (arm-apple-darwin23.0.0)
Steps to reproduce:
echo 'r,t,y,f,g' | octosql "SELECT * FROM stdin.csv?header=false"
Example: