There are 10 flat files; out of 10 files 1 file is empty. How do you identify the empty file? How can you load all files into targets?
Answer Posted / harleen65
if [[ -s $FILE ]] ; then
echo "$FILE has data."
else
echo "$FILE is empty."
fi ;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Name at least 5 different types of transformations used in mapping design and state the use of each.?
Explain the pipeline partition with real time example?
How to elaborate tracing level?
What is repository manager?
Explain scd type 3 through mapping.
What is the use of code page?
hi real timers . iam waiting for ur reply regarding ETL TESTING
During the running session, output files are created by informatica server. Enlist few of them.
What is union transformation in informatica?
What is a dimensional model?
What is transformation?
What do you mean by channel change?
What is the format of informatica objects in a repository?
How are indexes created after completing the load process?
Is it possible to revert a global repository to local one and why?