Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 flashback table ? Advance thanks

1996


Write the advantages of partitioning a session?

1330


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

1092


Explain pushdown optimization and types in informatica

1122


Is it possible to create multiple domains on a single Informatica server?

1286


How can repository reports be accessed without sql or other transformations?

1265


How do you manage the Parameter files while migrating your data from one environment to another environment?

1065


Explain transaction control transformation in informatica

1308


Explain how to import oracle sequence into informatica?

1069


in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use

2070


What is meant by active and passive transformation?

1189


Partition, what happens if the specified key range is shorter and longer

2550


I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.

1687


How can we use mapping variables in informatica? Where do we use them?

1280


What is rank transformation in informatica

1230