Pablo Solano 29.May.09 12:40 PM a Web browser LC LSXLC LSX - All ReleasesWindows
I've looking on this site for any LC LSX scripted activity that calls/simulates the Expand/Collapse Metaconnector.
I have two connections:
1. Notes (src)
2. Db2 (dest)
I need is to export docs from Notes to DB2 but if any of the Notes documents has a more than one value on one field, then it should create as many documents on DB2 as values on that field.
For example; Notes document:
Name = xxx
Last Name = yyy
Categories = aa; bb; cc
Then should create 3 records on DB2:
1. xxx yyy aa
2. xxx yyy bb
3. xxx yyy cc
I already can export the Notes docs to Db2 using Insert, fieldNames and MapByName, etc. But only when is a one to one relation.