Hi everyone,I am in need of some assistance with the handling a child element that is mostly not repeated but when it is, BulkLoad rejects the entire XML file.I have tried using the sql:overflow-field="OverflowColumn" in my xsd, but I still get the error "In the same scope elements with the same mame, 'BusinessName', have to be the same type."My understanding of the sql:overflow-field is that it collects data not defined in the xsd. Is that correct? The sql:overflow-field is not use to collect data that has caused an error, correct?The data here has been fabricated for demostrate of the error.<Parent>...<Conference> <ConferenceName>Soap Conference</ConferenceName> <ScheduledDate>2001-01-01</ScheduledDate> <City>San Jose, CA</City> <ParticipantList> <Participant> <BusinessName>XYZ Soaps</BusinessName> <Name>George Smith</Name> <DisplayTableLocation>C-1</DisplayTableLocation> <DoorPrize>Soap Dispenser</DoorPrize> <RegistrationFeePaid>Yes</RegistrationFeePaid> <SocietyMember>Yes</SocietyMember> </Participant> <Participant> <BusinessName>Rubber Duck, Inc.</BusinessName> <Name>Sam Edwards</Name> <RegistrationFeePaid>Yes</RegistrationFeePaid> <SocietyMember>No</SocietyMember> </Participant> </ParticipantList></Conference>...</Parent>
Thank you for your time and help.UDT