cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to change data size in mapper

swatifunde
Contributor

Hello Community,

I would like to change data size of below columns in mapper ,before loading data into SAP.

How can I achieve it?

image
image

1 REPLY 1

marjan_karafilo
Contributor

Hi @swatifunde ,

You can use Substring and set max length of each column.

For example, $SC_V5_STATUS.substring(0, 32) .

BR,
Marjan