我是Teradata快速加载的新手。而且我想用它来将csv文件转换为TD。似乎DEFINE部分有一些错误。我曾尝试搜索解决方案,但失败了。请帮助我。谢谢!
0008 DEFINE
"seg_beg_loc_dt" (varchar(600)),
"workitem_id" (varchar(600)),
"cust_id" (varchar(600)),
"ivrintent" (varchar(600)),
"contact_rsn" (varchar(600)),
"probs" (varchar(600)),
"check_flag" (varchar(600))
FILE='/x/home/pp_di_sha_user/Shitohuang/Contact_Intent_Mapping/csv
/RT_01_ivr_intent_tag2019-03-26
.txt'; /* specifies the location path for the flat file */
**** 23:34:35 FDL4822 DEFINE statement rejected.
**** 23:34:35 Definition syntax error for: DEFINE
===================================================================
= =
= Logoff/Disconnect =
= =
===================================================================
**** 23:34:35 Logging off all sessions
**** 23:34:36 Total processor time used = '4.99 Seconds'
. Start : Sun Apr 7 23:34:20 2019
. End : Sun Apr 7 23:34:36 2019
. Highest return code encountered = '8'.
**** 23:34:36 FastLoad Paused
这是我的定义部分
DEFINE
"seg_beg_loc_dt" (varchar(600)),
"workitem_id" (varchar(600)),
"cust_id" (varchar(600)),
"ivrintent" (varchar(600)),
"contact_rsn" (varchar(600)),
"probs" (varchar(600)),
"check_flag" (varchar(600))
FILE='/x/home/pp_di_sha_user/Shitohuang/Contact_Intent_Mapping/csvRT_01_ivr_intent_tag2019-03-18
.txt'; /* specifies the location path for the flat file */