Question

Inset date in Column name

  • 3 November 2022
  • 2 replies
  • 4 views

Badge +6

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

 

Look Bellow:

CAPTURE 

Thank´s

 


2 replies

Badge +4

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

image

Badge +3

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