Dumping MS SQL Server table into XML files.

More
12 years 6 months ago #2210 by Papa
Hi,

I'm dumping MS SQL Server table into XML files.
I want to make sure that all my output date fields looks like
‘2011.03.07’ eg apply format (YYYY.MM.DD)
How can I achieve this in AETL Pro.?

Thanks,
Papa

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #2211 by admin
What is your input date format?

Mike

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #2212 by Papa
2011-03-07

Papa

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #2213 by admin
That is simple

use replace character function

replace dash with dots

Mike

Mike
ETL Architect

Please Log in or Create an account to join the conversation.