DaveBirdsall commented on a change in pull request #1850: [TRAFODION-3320]
support multiple characters field and record separator when for data loading
and extracting
URL: https://github.com/apache/trafodion/pull/1850#discussion_r308812017
##########
File path: core/conn/odb/src/odb.c
##########
@@ -14947,26 +15052,42 @@ static void usagexit()
" [:xmltag=[+]element][:xmlord][:xmldump]\n"
#endif
" Defaults/notes:\n"
- " * src file: local file or
{hdfs,mapr}[@host,port[,huser]].<HDFS_PATH>\n"
+ " * src file: local file or
{hdfs,mapr}[@host,port[,huser]].<HDFS_PATH>\n"
" * fs: default ','. Also <ASCII_dec> 0<ASCII_OCT> X<ASCII_HEX>\n"
- " * rs: default '\\n'. Also <ASCII_dec> 0<ASCII_OCT>
X<ASCII_HEX>\n"
- " * ec: default '\\'. Also <ASCII_dec> 0<ASCII_OCT>
X<ASCII_HEX>\n"
- " * pc: no default. Also <ASCII_dec> 0<ASCII_OCT> X<ASCII_HEX>\n"
+ " * mcfs: default use fs as feild seperator. If mcfs was set then
use mcfs as filed\n"
Review comment:
Typo, "feild" should be "field"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services