Quantcast
Channel: SCN : All Content - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6745

Field separator for HANA using hdbsql

$
0
0

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'' 


Viewing all articles
Browse latest Browse all 6745

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>