Skip to Content
0
Former Member
Dec 05, 2006 at 08:55 AM

Generic source structure

18 Views

Hi all,

I have a generic sorce (flat file) that should be mapped to a fixed taget structure.

A lot of the source-fields are optional, so I cannot know if specifik fields are present in the source or not.

The only way to check what fields are present, is to make a check on the first 2 digits in a field, since it consists of the <i>taget structure field number</i> which the sorce field should be mapped to:

like this:

,03 admid, 05 Dennis, 06 Jonson, 09 NY, 15 019998873 and so on.

Could i handle this in XI?

Thank You in advance 😊