ContributionsMost RecentMost LikesSolutionsRe: Diff snap exceptions Did that and actually helped. But instead using the conversion methods we developed a ‘new’ snap using python and it’s working. Thank you for the point of view Diff snap exceptions I’ve been trying to make a simple comparation between two table from differents databases. They have the same data type, the same name and are sorted by the same key. But no matter how I try to do this comparation it still going to the modified output even though they are not diferent It happens with numeric and date data types. What I need to know is if there is some king of exception of data type or data bases that the diff snap doesn’t work as well as it could? I alredy tried to converted this data types to strings but it still doesn’t work P.s.: I’m working with Oracle and Postgres Re: Writing no matching data It worked! Thank you very much! Re: Writing no matching data Did that too. It inserts the rows at the inserted output Re: Writing no matching data I already tried to use it. But somehow it keep sending all the original data to the deleted output even though is not all deleted data. All the paths has the same data type and are sorted before the diff snap. Don’t know what more I can try Writing no matching data I’m trying compare different tables in different databases in order to get the no matching datas. I already tried to use the lookup snap but it doesn’t give an option to get only the no matching records. Have you guys ever had that same issue? How do I solve this? Thanks