i have a source which relational.I am trying to populate to
target flat file with one column for daily date which is
sysdate.
I want to populate the sysdate coulmn with DD/MM/YYYY
format.
kindly provide a solution for this..my clear that my target
is flat file.

Answer Posted / aakansha

In expression write following if target field is defined
with DATE datatype:
TO_DATE(TO_CHAR(SYSDATE,'DD/MM/YYYY'))

If target field defined with character datatype then use:
TO_CHAR(SYSDATE,'DD/MM/YYYY')

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you change a non-reusable transformation to reusable transformation?

600


What can we do to improve the performance of informatica aggregator transformation?

620


Enlist the advantages of informatica.

634


What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

600


what are the different types of transformation available in informatica. And what are the mostly used ones among them?

545






Scheduling properties,whats the default (sequential)

1470


My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

1465


Explain the shared cache and re-cache?

617


What are mapplets? How is it different from a Reusable Transformation?

630


Please let me know how to make encryption and decryption with example?

1475


Which is the t/r that builts only single cache memory?

715


Why is sorter an active transformation?

667


What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1662


If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?

1037


Explain the tuning lookup transformation - informatica

615