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

Explain the different lookup methods used in informatica?

587


What is the function of union transformation?

618


waht type of interface is used for testing the data in informatica

1832


how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?

5810


What is the difference between source qualifier transformations source filter to filter transformation?

580






Explain the pipeline partition with real time example?

654


Explain direct and indirect flat file loading (source file type) - informatica

832


On which transformations you created partitions in your project?

761


In warehouses how many schemas are there?

583


What are active and passive transformations?

652


How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.

1336


IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??

562


Write the unconnected lookup syntax?

656


What is Data Caches size?

655


Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?

1322