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
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
What are Dimensional table?
What is a mapplet/worklet in informatica?
How many ways a relational source definition can be updated and what are they?
How to differentiate between the active and passive transformations?
What are the different versions of informatica?
What are the guidelines to be followed while using union transformation?
Is it possible to revert a global repository to local one and why?
Is it possible to create multiple domains on a single Informatica server?
Can you generate sequence numbers without using the sequence generator transformation?
What are the differences between oltp and olap?
What are the different lookup cache(s)?
Differentiate between source qualifier and filter transformation?
How to create the source and target database connections in server manager?
What is different between the data warehouse and data mart?