You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sqlite string functions are not powerful.
How about provide a function to use shell utilities like grep, awk, sed etc.?
ex. trdsql -ih -oh "select shell(grep -oP '[[:digit:]]{5}', c1) as num from d.csv"
The text was updated successfully, but these errors were encountered:
I agree, the sqlite3 function may be inconvenient.
However, I think it's hard to implement a shell call for every column.
I thought shell call was possible instead of a table.
The sqlite string functions are not powerful.
How about provide a function to use shell utilities like grep, awk, sed etc.?
ex.
trdsql -ih -oh "select shell(grep -oP '[[:digit:]]{5}', c1) as num from d.csv"
The text was updated successfully, but these errors were encountered: