cancel
Showing results for 
Search instead for 
Did you mean: 

FCC:Is it possible to skip the empty field values in Target Flat file?

Former Member
0 Kudos
199

HI,

I am working on IDOC to Flat file and wondering how can I eliminate the empty space in the flat file if IDOC doesnt send the values in the fields?

Suppose flat file strcuture is :

Row

-Name

-Age

-City

There are some rows where are no age values then I dont have empty space in between the rows:

A|20|Banglore

B| |Mumbai

I want to skip the field if there is no values passed.. is it possible?

Thanks

Rajeev

View Entire Topic
Former Member
0 Kudos

Hi,

You can also give a try with below mentioned parameter in your FCC..

>>Age.fieldContentFormatting = trim

Regards,

Sarvesh

Abbas5
Newcomer
0 Kudos
shall we use for whole data?