Skip to main content
Question

Inset date in Column name

  • November 3, 2022
  • 2 replies
  • 43 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

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

 

Look Bellow:

CAPTURE 

Thank´s

 

2 replies

arnovananrooij
Contributor
Forum|alt.badge.img+5
  • Contributor
  • 73 replies
  • November 3, 2022

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

image


f.kemminje
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 189 replies
  • November 3, 2022

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