GeoTAX Location Result - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

Use this query to check the results:
select * from geotax_result;
Use this query to validate the successful results:
select count(id) from geotax_result 
where parse_json(geotaxResponse):status = 'OK';
Use this query to verify the records that were unable to processed by GeoTAX Location:
select count(id) from geotax_result 
where parse_json(geotaxResponse):status != 'OK';