Populating the table - property_graph - Latest

Property Graph Getting Started Guide

Product type
Data
Portfolio
Enrich
Product family
Enrich Properties > World Addresses
Product
Property Graph
Version
Latest
ft:locale
en-US
Product name
Property Graph
ft:title
Property Graph Getting Started Guide
Copyright
2026
First publish date
2021
ft:lastEdition
2026-02-23
ft:lastPublication
2026-02-23T14:19:10.733000
L1_Product_Gateway
Enrich
L2_Product_Segment
Data
L3_Product_Brand
Precisely Properties
L4_Investment_Segment
Precisely Addresses
L5_Product_Group
World Addresses
L6_Product_Name
Property Graph

Import the data from the PSQL prompt, specifying the correct path of the uncompressed *.txt product file. Replace path/to/Property_Graph_USA_CLASSx.txt with the actual path in which the product file is stored:

copy my_schema.property_graph_202301_classx (class, primary_key, secondary_key, type, state) FROM 'path/to/Property_Graph_USA_CLASSx.txt' DELIMITER ' | ' CSV HEADER;

Repeat this procedure for all files in the product.

All of the tables in Property Graph can be combined into a single table using syntax similar to the following:

SELECT class, primary_key, secondary_key, type FROM my_schema.property_graph_202301_class1 UNION SELECT class, primary_key_secondary_key, type FROM my_schema.property_graph_202301_class2