INFACore
- INFACore
- All Products
import informatica.infacore as ic FF_DV = ic.get_data_source("Flat File").get_connection("DR_FlatFile").get_data_object("input.csv") dqf = ic.DataQualityFunctions() dqf.get_country_iso_values(FF_DV,"country")
Out_Country_Name: string Out_Country_ISO2Char: string Out_Country_ISO3Char: string ---- Out_Country_Name: [["INDIA","XYZ","123!"]] Out_Country_ISO2Char: [["IN","XYZ","123!"]] Out_Country_ISO3Char: [["IND","XYZ","123!"]]