Forum Discussion
1 Reply
- marjan_karafiloContributor
Hi @swatifunde ,
You can use Substring and set max length of each column.
For example, $SC_V5_STATUS.substring(0, 32) .
BR,
Marjan
Hello Community,
I would like to change data size of below columns in mapper ,before loading data into SAP.
How can I achieve it?
Hi @swatifunde ,
You can use Substring and set max length of each column.
For example, $SC_V5_STATUS.substring(0, 32) .
BR,
Marjan