Suppose i have data like
2009/12/31
555555534
' '
Generally last 2 records are wrong format it is going to
error table but i don't want load error table if any wrong
format in Date column Pass "NULL" how can we do it fast load
Answer Posted / yuvaevergreen
In FLOAD, record command can be used to select records.
.RECORD 1 THRU 998;
In MLOAD, option in import command can be used to select records.
.IMPORT INFILE FILE1
FORMAT TEXT
FROM 1 THRU 998
LAYOUT FILEIN
APPLY INSERTS;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Highlight the advantages of PPI(Partition Primary Index).
What is the purpose of upsert command?
What are the functions performed by bynet?
What is teradata and why it is used?
Comment whether bottleneck is an error or not.
What are the components provided on node?
Explain amp in teradata?
How to select first n records in teradata?
Differentiate database data and data warehouse data?
Explain and compare pros and cons of snow flake schemas?
If a Node is busy what are the steps you can take to avoid ?
What are the steps involved after the disk manager passes the request?
What's the difference between timestamp (0) and timestamp (6)?
What is a node in teradata? Explain
Describe the set operators in teradata.