New user credit availableContact support
WhatsApp

Southern France and Antarctic Territories WhatsApp Full-Format Screening Tutorial

The Southern and Antarctic Lands of France (TAAF) do not have an independent area code and actually use 262. This article clearly explains the international/local format, number length, Excel E 11, duplicate numbers, and standardized cleaning process, with Before/After examples included.

Updated 9/16/20268 minBy AppShai Research

Article summary

The Southern and Antarctic Lands of France (TAAF) do not have an independent area code and actually use 262. This article clearly explains the international/local format, number length, Excel E 11, duplicate numbers, and standardized cleaning process, with Before/After examples included.

Quick Conclusion: Key Rules for Number 262

The Southern and Antarctic Lands of France (TAAF) do not have an independent international dialing code and actually use the numbering system of French overseas territories.+262(Shared with Réunion and Mayotte). The international format is262 followed by 9 digits, such as+262 692 12 34 56; The local format is10 digits starting with 0, such as0692 12 34 56Within TAAF, there are only research stations and no civilian mobile networks, so there is no independent TAAF phone number range — the numbers marked as TF in the data table are mostly Réunion numbers or input errors.

First clarify: TAAF does not have its own mobile number range

The French Southern and Antarctic Lands (Terres australes et antarctiques françaises) include the Kerguelen Islands, the Crozet Islands, Amsterdam Island and Saint-Paul Island, and Adélie Land, with no permanent residents, only rotating scientific personnel. Research stations such as Port-aux-Français on Kerguelen, Dumont d’Urville in Adélie Land, Alfred-Faure on Crozet, and Martin-de-Viviès on Amsterdam primarily rely on satellite links for external communications.

This means three things for data cleaning:

  • “The ‘TAAF Independent Mobile Number Segment’ does not exist;”
  • The 262 numbers with the country label TAAF/TF in the data should be treated as Reunion (or Mayotte) numbers;
  • Satellite phones use dedicated segments like Iridium, Inmarsat, Thuraya (e.g., starting with 870, 881, 882, 883), and do not belong to the 262 geographic number system, so they should be classified separately during cleaning.

Which areas have the area code 262?

262 is allocated to the French overseas territories in the International Telecommunication Union (ITU) numbering plan, managed uniformly by the French numbering plan, and mainly covers:

  • Réunion (La Réunion)
  • Mayotte
  • In practice, it includes southern France and Antarctic territories

Before cleaning number 262, first distinguish the internal number segments:

RegionTypeLocal format (10 digits)International format (262 9 digits)
RéunionLandline0262 XX XX XX+262 262 XX XX XX
RéunionMobile phone0690 / 0692 / 0693 XX XX XX+262 690 / 692 / 693 XX XX XX
MayotteLandline0269 XX XX XX+262 269 XX XX XX
MayotteMobile phone0639 XX XX XX+262 639 XX XX XX
Southern France and Antarctic territoriesNo public number segmentNot applicable

Carrier number segments will be adjusted with the issuance of licenses. Before the official project, it is recommended to verify them against the latest numbering plan released by ARCEP (the French Electronic Communications Regulatory Authority).

Comparison between International Format and Local Format

writing methodExamplePurpose
E.164 (recommended storage)+262692123456Database, CRM, API integration
Readable international formats+262 692 12 34 56Page display, paper materials
Local format0692 12 34 56Call directly locally
00 International prefix00262 692 12 34 56Dialed out from countries using the 00 prefix (including China and mainland France)

Two hard rules:

  1. Local dialing keeps the leading 0; when writing in international format, the leading 0 must be removed.
  2. 00Give me+Equivalent, but before storage, all are converted to the same amount+Otherwise, the same number will appear00262...And+262...These two types directly affect deduplication.

Phone number length and precedence 0

262 Number length determination:

  • Complete E.164 form:+3 digits of country code, 9 user numbers, total of 13 characters;
  • Go+Post-plain digit 12 digits:2629 people;
  • Local form 10 bits:09 people;
  • 9 digits of the user number6= Mobile phone (6xx), first place2= Landline.

Three typical illegal writing methods:

  • +2620 692 12 34 56: International format still retains the leading zero, which becomes 10 bits, which is invalid;
  • 692 12 34 56:9 characters but no country code, making it impossible to confirm ownership;
  • 262 692 12 34 56: Lacking+Or00, which may be recognized by the system as the domestic number of another country.

How to handle spaces, brackets, blanks, and dots

Manually entered numbers often use separators:

Original inputContains distracting characters
0692 12 34 56Space
0692-12-34-56Horizontal line
06.92.12.34.56dot (common European spelling)
+262 (692) 12 34 56Parentheses and spaces
+262-692-123-456Horizontal line

There is only one cleaning rule:Only the numbers and the beginnings are kept+, remove spaces, brackets, lines, dots, and slashes;00Replace the beginning with+; Then check according to the length rule.

Excel E 11 Scientific Notation problems

By default, in Excel’s “Normal” format, pure numbers larger than 11 digits are displayed using scientific notation. 12 digits262692123456It will display as2.62692E+11, manually entered+The number will be discarded; If the number exceeds 15 digits, Excel will actually rewrite the last digit to 0, and the original number cannot be restored.

InputExcel displayConsequences
2626921234562.62692E+11Display abnormality, number missing
+2626921234562.62692E+11and was called ‘devoured.’
0692123456692123456The leading zero disappears, becoming 9 bits

Solution:

  • Set the number list to ‘text’ format before importing;
  • When entering manually, put English single quotation marks at the beginning, for example'262692123456
  • Displayed as E 11 data=TEXT(A1,"0")Restores the display, but the last digit rewritten by Excel cannot be recovered, so the original CSV can only be reverted;
  • For batch scenarios, it is recommended to directly operate the CSV source file, enclosing the numbers in quotes to bypass Excel’s automatic conversion.

Duplicate numbers: standardize first, then deduplicate

The following four records are actually the same number:

  • 0692 12 34 56
  • +262692123456
  • 00262 692 12 34 56
  • 06.92.12.34.56

If you deduplicate directly by the original string, duplicate data will be missed. The correct order is:First, standardize everything to E.164(+262692123456), then complete the total number and remove duplicates。 Any practice based on ‘country fuzzy matching’ is prone to accidental deletion and is not recommended.

Checking for incorrect country codes

Common incorrect area codes in data labeled as “Southern France and Antarctic Lands”:

Area codeActual ownershipConfusing the cause
+269ComorosJust one spot behind 262
+261MadagascarGeographical proximity, resulting in confusion with entry
+230MauritiusBoth are island nations in the Indian Ocean
+33Mainland FranceBoth belong to France, but the label is mislabeled
Section 262 639MayotteShares 262 with TAAF, label mislabeled

Inspection principles:Use the actual area code of the number as the standard; do not trust the country name columns in the data table。 The tag says TF, but the area code is 269, so the entry is assigned to Comoros for further processing.

Standardized Cleaning Process (Before / After)

Complete processing logic:

  1. Remove all non-numeric characters line by line, keeping the beginning+(If any);
  2. 00The string of numbers at the beginning:00Replace with+
  3. Split by length:
  • 10 digits and so on0Start → remove the preceding zero, prefix supplement+262
  • 9 Digits for now6Or2The beginning → is a prefix complement+262
  • 12 digits and thus262The beginning → is a prefix complement+
  • +262Starting with 9 bits followed by → passes;
  • Other morphologies → Abnormal markings, manual verification;
  1. Classified by license plate range:6xxMobile phones,62xRené Wangu said,639Mayotte mobile phones,269Mayotte Fixed;
  2. The national label was uniformly rewritten as follows262 (Réunion/Mayotte System), do not continue using TAAF tags;
  3. Deduplication based on standardized complete numbers;
  4. When exporting to CSV, the numbered column should be quoted in text format.

Before / After example:

Raw Data (Dirty)ProblemStandardized results
0692 12 34 56Space Precedence 0+262692123456
+262(692)12-34-56Parentheses and horizontal lines+262692123456
00262 692.12.34.5600 dot mark+262692123456
262692123456Missing++262692123456
+2620692123456International format with preceding 0Mark as abnormal
+262639123456It is actually a Mayotte number+262639123456(Tag rewrite)
2.62692E+11Excel accuracy is damagedCannot be restored; the original file must be restored

A list of common mistakes

  • Treat TAAF as an independent number segment: handle cleaning with 262;
  • International format retention preview 0:+2620...All are illegal;
  • Deduplicate before standardization: duplicate numbers are omitted and deleted;
  • Country only, not area code: 269 / 262 Discrimination failure;
  • Satellite number mixing: segments 870 / 881 / 882 / 883 are classified separately;
  • Bit check missing: After 262, there must be 9 digits; both one more and one bit less must be marked.

Batch processing of 262 numbers

Numbers with over several thousand are not recommended to be cleaned manually; you can import files directlyAppShai platformFirst, standardization, deduplication, and area code recognition are completed, then steps such as enabling filtering and active filtering are added as needed for business needs. AppShai Number processing covers 220 countries and regions; under the 262 system, Réunion and Mayotte number ranges can be directly identified. A small number of numbers can be manually processed in Excel or scripts according to the workflow in this article; After large data volumes and mixed sources, unified cleaning with the platform results in a significant difference in efficiency.


AppShai (AppShai)It is a globally leading number ecosystem processing platform, deeply integratedGlobal mobile number range coverage, batch number generation, intelligent deduplication, and multi-dimensional comparisonand other core capabilities, providing coverage for global corporate and individual clients220 countries and regionsNumber Checking and verification services.
Currently, the system is compatible with the following mainstream social and business applications, including:
WhatsApp、LINE、Telegram、Viber、Zalo、Signal、Facebook、Messenger、Instagram、Microsoft、Binance、iMessageetc.
We will continue to develop and support more platforms, please stay tuned.

The platform’s features cover all-dimensional filtering scenarios and supportEnable filtering, active filtering, interaction filtering, gender filtering, avatar filtering, age filtering, online status filtering, precise tag filtering, online duration filtering, power-on detection filtering, inactive number filtering, mobile device model filteringetc., meeting various business needs from basic to advanced levels.

We provideSelf-service screening mode, agency-operated screening mode, refined layering mode, and customized solution mode, flexibly adapting to the different usage scenarios of individual developers, small and medium-sized teams, and large multinational enterprises.

The core advantage lies inOne-stop integration of global mainstream application ecosystems, providing real-time high-precision screening results, helping you significantly reduce customer acquisition costs and improve global digital operation efficiency.

Join AppShai

Connect global social platforms
Work with the audience you need

Sign up / Log in
WhatsApp
WhatsApp
Telegram support
Telegram support
Telegram channel
Telegram channel