Senzing/mapper-dowjones

Clarification regarding the mappers(ICIJ & Dow Jones)

SaravananKalimuthu21 opened this issue · 6 comments

Jeff,

We are in a need of clarification for the following few queries.

#1. Do you have any query statement to check how many records have been resolved/changed/created against a datasource(ICIJ or DOWJONES) in the postgres database?

#2. How to differentiate Aircraft People Entity and Vessel types in the mapper data?

#3. Do you have these DJ Heirarcy information added into the Dow Jones Mappers?
PEP DJRC Heirarchy

Thanks.

Hi Saravanan,

On #1 see ... https://senzing.zendesk.com/hc/en-us/articles/360008922593-Interpreting-getSummaryData-Responses

On #2 ... I am looking into this early next week. It will take a bit of work to reclassify the entity based on the description3 field, but we will see.

On #3 ... They are all under the description1 tag. Will rename it to descriptions for next update.
image

Hi Jeff,

Did you get a chance to take look at this?

#2. How to differentiate Aircraft People Entity and Vessel types in the mapper data?

Thanks.

Yes, we need to fix icons according to the record_type.

We have different icons for each types(AIRCRAFT, VESSEL, SHIP etc) to be visualized in the graph.

Have included support for these in the the latest release. Also sent you email.
There are two new entity types: VESSEL and AIRCRAFT (ships are vessels)
There are 4 new identifier features you can search for: IMO_NUMBER, MMSI_NUMBER for vessels; AIRCRAFT_MSN_NUMBER, AIRCRAFT_TAIL_NUMBER for aircraft.

Yeah Jeff,

We received those.

Thank you so much.