Goldengate date transformation
Hi All,
We are replicating data from Mainframe DB2 database to File writer JSON file format. For this configuration, we are using the remote capture OGG for DB2 and OGG BigData for file writer to write the data into JSON format.
On source DB2 database, some of the tables column are having date field in integer format. We would like to convert the date from integer to gregorian date format.
Source: DB2 version: DSN12015 - DB2 12
Extract: OGG DB2 version: 19.1.0.0.4
Replicat: OGG Bigdata version: 19.1.0.0.2
Logically INT_DT_COL has number of days, these days has to be added with 01-01-1900 to get the actual date.