Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

FAILURE 2673 SOURCE PARCEL LENGTH DOES NOT MATCH DATA THAT WAS DEFINED - response (3) by dnoeth

$
0
0
Even if the length of the data is fixed you still need to define all VARCHARs for a VARTEXT import. Your script should work as-is.   But you don't want to load the column name and the title dashes. And this is probably the cause for this error, a column name is larger than 5 chars. Try   .import vartext '|' file="/home/elavarasan/bteq_test/test.DAT" , skip = 2Dieter

Viewing all articles
Browse latest Browse all 27759

Trending Articles