Mapper snap showing extra elements
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2020 09:26 AM
In a pipeline custom snap is connected to a mapper snap. In the below screenshot left hand side is the data preview of custom snap and on right the input schema of mapper. The mapper is showing me the elements(as highlighted) that are not present in the data preview of it’s previous snap !
When I use these elements in the expression throwing me error as undefined !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2021 02:27 PM
Remember that preview and validation only use a subset of dat (50 records by default). If it’s possible for those objects to not be defined for all records, that might be what you are encountering. Select Null-safe access and see if it still complains.
Diane Miller
