Re: Information Steward : Compare 2 flat files
This is a perfect use case for SAP Data Services. Would that be an option?
View ArticleRe: Information Steward : Compare 2 flat files
Hello Dirk, Thanks for the reply.This could be an option.Have you already used this ? If yes, could you share some details. Regards,Krupali
View ArticleRe: Information Steward : Compare 2 flat files
Hi Krupali Naik, One option (in SAP IS) will be to create a view with File1 left outer join File2 and create rules to compare columns. Thx,
View ArticleRe: Failed ATL... Invalid Repository version string
Thank you so much Dirk. Regards,Archana
View ArticleRe: Information Steward : Compare 2 flat files
You will need 2 data flows:Pull one file into a database tableRead 2nd file. Use Table_comparison transform to do the comparison. Make sure to select Detect deleted row(s) from comparison table. Add a...
View ArticleRe: Information Steward : Compare 2 flat files
Thank you Dirk for the details.I will explore this option further. It is great that the performance aspects are also described in your document, as we also have to process millions of records....
View ArticleRe: Information Steward : Compare 2 flat files
Hi Krupali, given the estimation that your two files contain records you want to compare are both having an ID column (e.g. BuPaID or MaterialID) where the content of the record should be identical for...
View ArticleRe: Information Steward : Compare 2 flat files
Hello Niels, Thank you for the detailed explanation.Seems to perfectly match our requirement. We have just tested this fora demo and we will plan to put this solution to use once our analysis is...
View ArticleRe: UK postcode Rule
Try this...BEGIN IF( ( match_pattern($Name, 'X9 9XX')) OR ( match_pattern($Name, 'X99 9XX')) OR ( match_pattern($Name, 'XX9 9XX')) OR.............)Return True;ElseReturn False;END System takes any...
View ArticleRe: Share one rule, one view for multiple scorecards?
Instead of creating multiple rules, create multiple views.You can have same rule bound to multiple views.Move the filter to View, create rule binding with all the views. so if any change required in...
View Article