cancel
Showing results for 
Search instead for 
Did you mean: 

how to remove * from source file thorugh File content conversion

Former Member
0 Kudos

Hi ,

from input file i did some mappings.. so, instead of headings it was taking * in that headings place.. but i want to remove those * from the output file...

is there any file content converion in the output side.. for removing * i means.. where ever * was getting i want to skip that field and go to next step..

Thanks

Babu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you need to identify which fields will have * ...then put field.fixedfieldlength 0.

and use fieldlengthTooShortHandling a "cut"...if you want to cut those fields.

Regards,

Akshay.

    • Reward points if find useful.

Answers (0)