Informatica-EIC / REST-API-Samples

This repository contains Java samples for EIC REST API. For instructions on running the samples, see the Readme files in the java directory.
MIT License
24 stars 32 forks source link

SimilarColumnAssociationReport.java is not showing the Similar Column #8

Closed ashishgupta2007 closed 5 years ago

ashishgupta2007 commented 6 years ago

Hello,

I have executed SimilarColumnAssociationReport.java code in eclipse. Code executed successfully and showing all the columns of the resource. However, it does not display the Similar Columns against the resource column. Although, I am able to see the similar column in EDC for the same resource columns..

Please help me to resolve this issue.

Thanks! Ashish Gupta

lnt-infa commented 6 years ago

hi Ashish,

which version of EDC are you on ?

LNT

darren-wrigley commented 6 years ago

assuming you are using v10.2.1 - try using similarityReport.py in the python folder https://github.com/Informatica-EIC/REST-API-Samples/blob/master/python/similarityReport.py

ashishgupta2007 commented 6 years ago

Thanks for the quick response.

We are using EDC v10.2.1 and with the python code I am able to see the correct report.

Thanks for your help!

Regards, Ashish Gupta

darren-wrigley commented 5 years ago

issue resolved by using v10.2.1 version for extracting column similarity. there is a difference between the way similarity is represented from 10.2.0 and 10.2.1