RTE Entity Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi
If RTE Entity Mapping with the same source and target entities exists, the conversion is not performed.
In the capture below, there are two mappings that convert temporary entities to IP address entities.
Is that correct?
(Is Conditional is set to True,because the log is output.)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi,
To better understand and troubleshoot this mapping configuration, I recommend reviewing your setup in IntegrationHub ETL. The ETL interface provides a more comprehensive visualization of your entity mappings, transformation logic, and the relationships between source and target entities. This view will help you identify any conflicts or overlapping conditions between your two mappings.
You may also want to verify:
- The specific conditions defined in each mapping record
- The order of execution if both conditions evaluate to true
- Whether the mappings have different field-level transformations that warrant separate records
Hope this helps clarify the behavior you're observing. Feel free to share additional details if you need further assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi@VivekSattanatha
Thank you.
IntegrationHub ETL cannot be used at this time.
Below are the detailed requirements:
A temporary entity has values for fields IP Address 1 to 3:
IPAddress1=XXX.XX.XX.XX
IPAddress2=YYY.YY.YY.YY
IPAddress3=ZZZ.ZZ.ZZ.ZZ
I would like to ultimately register these as records in the IP Address table.
I would like three records to be created as a result.
IP Address Table
1st Record: IPAddress=XXX.XX.XX.XX
2nd Record: IPAddress=YYY.YY.YY.YY
3rd Record: IPAddress=ZZZ.ZZ.ZZ.ZZ