XML Ports autoinsert

AlterantAlterant Member Posts: 19
Hello All.

I have question about XML Ports. Is there any simple solution to control whether to insert the record that have been read from the file or not? Like AutoSave option in data ports. I tried to use currXMLPort.SKIP/currXMLPort.BREAK in both Import::OnBeforeInsertRecord() and Import::OnAfterInitRecord() triggers but with no result.
Or the only possible solution is to set Temporary property of the tag item and manually to insert record? But in this case I have to fill the record with data in the Export::OnPreXMLItem() trigger in order to export data correctly (I have a two way XML port).
Sign In or Register to comment.