Skip to main content

I need to insert current date (month_year) in column name all time that run my workspace

 

Look Bellow:

CAPTURE 

Thank´s

 

It's possible, but only with dynamic schema's.

image


use DateTimeStamper

and also you can format the date

using DateFormatter.

which Reformats and replaces date or time strings into a new date format.

The source string must be in a date and/or time format supported by the transformer


Reply