ContributionsMost RecentMost LikesSolutionsRe: Issues using Diff Snap I think I have it halfway solved. it appears the Oracle Sort Snap was not working as expected. In order to resolve I hard coded an “ORDER BY” in the Oracle Select statement, but after raising the “Preview Document Count” to 2000 the validation and full run worked properly. Guess it came back to new user mistake. Thank you both for taking the time to help me through this. I’m sure i’ll be back soon 🙂 Re: Issues using Diff Snap Sure thing, thanks again. I believe it maybe a datatype issue with ORDER_TOTAL and ORDER_SUBTOTAL I’m able to get it to work properly with one record. Oracle Mapper: SQL Mapper: Pipeline Overview: Data Before Mapping Oracle Data: Data After Mapping Oracle Data: Data Before Mapping SQL data: Data After Mapping SQL data: Hope this helps, if you need anything else let me know Re: Issues using Diff Snap Update: I cut down the data to only the ID field and recreated the destination SQL table, so 1 record 1 field and the issue was still present. Adding a mapping snap which changed the ID(Oracle Source) from number to string seems to resolve it, but when I try to add other fields (still 1 record) the record is routed to the “Modified” output. I’ve used notepad++ compare plugin on the two Diff snap’s inputs and they are a match, this has really confused me Mapper Snap Details: Pipeline with mapper: any advice appreciated Re: Issues using Diff Snap Thank you both for your quick responses. 😀 I’m dealing with a small set of data 498 records. I’ve been using ‘Shift click Validate’ as a fall back when snaps are not behaving as I thought they should or I change the underlying file or database structure. in order to simplify my issue (pretty sure this is new user growing pains) I’ve filtered both New and old data sources by id=271967386. First run performs as expected: Second run not so much (expected 1 record in the ‘Unmodified’ output) I suspect it is due to data type? could anyone possibly confirm? Oracle (new) data preview before Diff Snap: SQL (old/existing) data preview before Diff Snap I’m going to try using the mapper snap or another transform to solve. Thank you all again for your time. Issues using Diff Snap Hi, I’m new to snap logic, I have two data sources (Oracle, SQL) the new is Oracle and existing is SQL. The pipeline’s first run, runs as expected, but the second, where I would expect all data to be in the “unmodified” output data preview is not working as expected. I’m trying to find where my settings are incorrect. Entire Pipeline: Diff: I believe my issue is similar to this Any help is appreciated thank you,