amicalepn.fr
Jan 1, 2025
Membership database leak from amicalepn.fr, the Amicale du Personnel Navigant Technique (a French aviation crew/pilot association). The data contains member records including full names, civility, dates of birth, profession, postal addresses, phone numbers, mobile numbers, email addresses, membership status with dues payment details, sponsor/parrain names, SIRET numbers, and committee affiliations. Members appear to be located primarily in the Alsace region of France (Mulhouse area). The dataset includes ~95KB of structured JSON/CSV data.
Data found in this dataset
Source files
Expand any file to inspect its column headers and the LLM's field-mapping reasoning, recorded during ingestion.
amicalepn_fr.csv21 columns165 rows
File structure
Format: NDJSON
| Source column | Mapped field | Confidence | LLM assessment |
|---|---|---|---|
| courriel | high | French for 'email'; values contain email addresses with @ symbol | |
| nom | lastName | high | French word for surname/family name; values are personal last names |
| personne_morale | skip | high | Company/legal entity name — business data, not personal PII |
| date_de_naissance | dob | high | French for 'date of birth'; values contain dates in DD/MM/YYYY format with age |
| ville | city | high | French for 'city/town'; values are city names |
| civilite | skip | high | Honorific/salutation prefix (M., Mme) appearing before name — not a PII suffix field |
| prenom | firstName | high | French word for first name/given name; values are personal first names |
| gsm | phone | high | GSM/mobile phone number field; values are mobile phone numbers (06/07 prefix) |
| adresse | address1 | high | French for 'address'; values are street addresses (house number and street name) |
| code_postal | zip | high | French postal code field; values are 5-digit French postal codes |
| telephone | phone | high | French for 'telephone'; values are landline phone numbers in French format |
| parrain | skip | high | Sponsor/referrer name (French 'godfather/sponsor') — internal membership reference, not the subject's own PII |
| site_web | skip | high | Website URL — not a mapped PII field |
| autres_informations | skip | high | Free-text notes/comments field with miscellaneous internal annotations |
| pays | country | high | French for 'country'; values include FRANCE and SUISSE |
| statut_cotisation | skip | high | Membership/dues payment status — internal membership metadata, not PII |
| numero_adherent | skip | high | Internal member ID/sequence number |
| numero_siret | skip | high | French business registration number (SIRET) — business/company identifier, not personal PII |
| comites | skip | high | Committee/chapter affiliation (e.g. 68-2-Mulhouse) — internal organisational metadata |
| forme_juridique | skip | high | Legal form of business entity (SAS, CT, etc.) — business metadata |
| profession | skip | high | Occupation/job title — not a mapped PII field |
Notes: French aviation association (amicalepn.fr) member database. Keys are in French. 'civilite' holds honorific prefixes (M., Mme) and maps to skip. 'prenom'/'nom' are first/last name. 'date_de_naissance' includes age in parentheses alongside the date. 'telephone' is landline and 'gsm' is mobile — both map to phone. 'courriel' is French for email. 'personne_morale' and 'numero_siret' are business entity fields and are skipped per exclusion rules. 'parrain' (sponsor/godfather) refers to another member, not the record subject, so it is skipped.