Trying to create text file using hdbsql. Wanted to know how can i specify below character as field separator using -F
Oct Dec Char Hex Key Comments
\034 28 FS \x1C ^\ (File separator, Information separator four)
\035 29 GS \x1D ^] (Group separator, Information separator three)
\036 30 RS \x1E ^^ (Record separator, Information separator two)
\037 31 US \x1F ^_ (Unit separator, Information separator one)
\177 127 DEL \x7F ^? (Delete)
I tried below but it seems not working.
-x -g '' -F '\x7F' -a -C
-x -g '' -F /127 -a -C
-x -g '' -F '^?' -a -C -P'' -q''