Welcome to the Teradata Developer Exchange discussion forums.
For a general introduction and guidelines on posting, please see
this forum topic.
RSS feeds are available for each forum, as well as a combined
all forums feed.
How can one check before FASTLOAD that flat files have EOF so that no error occurs during loading. Currently the way i am following is to chech each file manually using tail -5 *>check.txt then opening the txt file in windows and checking that and saperating manually. Can we do that using BASH script which check the EOF and saperate file, or any other suggestion? Thanks
How can one check before FASTLOAD that flat files have EOF so that no error occurs during loading. Currently the way i am following is to chech each file manually using tail -5 *>check.txt then opening the txt file in windows and checking that and saperating manually. Can we do that using BASH script which check the EOF and saperate file, or any other suggestion? Thanks