I do have a source team data sent as below:
Name | ID | StateCode |
---|---|---|
Abc | 1 | CA,GE |
Xyz | 2 | IL,MA |
As you can see the StateCode
column has again comma separated values. Can anyone suggest how can the above records read in Ab Initio?
Name
and ID
are fixed length.