How to get the information through field map script on transform map

sugand
Tera Contributor

Hi, 

Can anyone help how to get the information of 3 different fields from staging table (example: ID, App ID and App url) into description field in the target table.

Thanks,

Sugand

2 REPLIES 2

Dhananjay Pawar
Kilo Sage

Hi,

In script you can try below

target.description=source.id + ' ' + source.app_id+ ' ' +source.app_url;

 

Thanks,

Dhananjay.

Hi @sugand ,

Is this is resolved my this question as answered and close the thread.

Thanks,

Dhananjay.