How do u identify or filter out a 0 byte file available in a
folder by using UNIX command?
Answer / raj
Most files of the following command output will be lock-files and place holders created by other applications.
# find ~ -empty
List all the empty files only in your home directory.
# find . -maxdepth 1 -empty
List only the non-hidden empty files only in the current directory.
# find . -maxdepth 1 -empty -not -name ".*"
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the various types of transformation?
can a port in expression transf be given the name DISTINCT
Define Pmrep command?
Data is passed from one active trans and one passive trans into a passive transformation.Is the mapping valid or invalid?
What is best approach to load 100 different source files (Different structure) to differet target tables ?
How will the document be delivered to me?
How to open an older version of an object in the workspace?
What are the types of data that passes between informatica server and stored procedure?
Mention a few design and development best practices for informatica?
How to load last 10 records of flat file in to the target?
expain about the tune parameters?
Hi, In a mapping I have 3 targets and one fixed width file as source. Total 193 records are there . I connected one port in aggregator to all 3 targets. The same value need to be load into these 3 targets . It is loaded like that only but in different order. Why? The order of insertion should be same know for all 3 targets ? Then why the order is changed ? Any one please help me. Advance thanks.