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

What is a node in Informatica?

811


State the limitations where we cannot use joiner in the mapping pipeline?

761


What you know about transaction control transformation?

749


Separate from an archive server and a powerhouse?

680


Explain sql transformation in script mode examples in informatica

799


What is a repository manager?

853


Define joiner transformation?

802


Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?

1422


what is the size of u r source(like file or table)?

2008


What is joiner transformation?

754


how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?

2182


Different circumstance which drives informatica server to expel records?

733


How to join three sources using joiner?

800


Can u generate reports in Informatica?

833


Difference between Target-based loading and constraint-based loading?

749