Hi there
I have a scenario that produces different output structures. All of the comes from the same MM and goes to the same output file which is a fixed length flat file. Lets say I have 3 types of output:
Type1:
Name
Surname
Type2
Name
Surname
Address
Type3
Name
Surname
Address
Phone
How can I design my content conversion that it would handle these 3 types? each type has got a different number of fields. Like I mentioned this must be fixed length.
Thanks,
Jan