ContributionsMost RecentMost LikesSolutionsReplace Values in a file from Mapping Sheet Hi All, I’m looking for an approach to generate a transformed file where column values will be replaced with Target values from a mapping sheet dynamically. So there will be two input files-1.Extract ,2.Mapping(sample below) Extract: BU VENDOR SITE xx BU yy 101 pp BU yy 102 Mapping: Expected output: BU VENDOR SITE US BU ABC Inc. 101 CA BU ABC Inc. 102 Any approach to achieve this dynamically will be very helpful. As the Columns names can change for Mapping & Extract files. Join two input streams with Join Snap with pipeline parameters I’m new to snaplogic still trying to learn the basics! I’m getting an error as “Failure: Failed to perform join operation, Reason: Not comparable objects: LinkedHashMap, Resolution: Please address the reported issue.” while validation itself when trying to join two inputs based on the pipeline parameter using Join Snap. Any help would be appreciated.