Google Maps to CSV: the encoding and delimiter traps

Business names carry accents, addresses carry commas, and review text carries line breaks. All three break a naive CSV, usually silently.

Last reviewed

How do you export Google Maps data to CSV?

Lead Finder writes CSV directly, and the format choices in that file determine whether the list survives being opened, imported and passed between systems. Three properties matter more than any other. Encoding must be UTF-8, because business names routinely contain accented and non-Latin characters that become unreadable in a legacy encoding, and that damage is irreversible once saved. Delimiters must be handled with proper quoting, because addresses contain commas as a matter of course and an unquoted address splits into several columns, silently shifting every field after it. And embedded line breaks, common wherever a business has typed a multi-line address, must be quoted too or a single record becomes two broken rows.

Encoding: why UTF-8 is not optional

A city sweep in almost any market returns business names with accents, and in many markets names in non-Latin scripts. Saved in a legacy single-byte encoding, those characters are replaced or mangled, and reopening the file in UTF-8 afterwards does not recover them because the information is gone.

The failure is quiet, which is what makes it dangerous. Nothing errors, the file opens, and a proportion of business names are subtly wrong in ways that only show up when someone tries to match them against another system or reads them aloud on a call.

Delimiters and quoting

Addresses contain commas by design, so a comma-delimited file has to quote them. Without quoting, one address becomes several columns and every field to its right shifts, which corrupts the row without producing any error message.

Quotes inside quoted fields need escaping too, which matters because business names include them more often than expected, particularly nicknames and trading names. A file that survives export but breaks on reimport almost always fails on one of these two rules.

Line breaks inside fields

Multi-line addresses are common, and a raw newline inside an unquoted field turns one record into two, one of which has too few columns. Most parsers then either error or, worse, accept both rows and produce a list with phantom entries.

Checking the row count after export against the count the tool reported is a cheap way to catch this. A discrepancy means fields are breaking, and the file needs fixing before anything downstream touches it.

Related reading: the full export workflow , what changes when Excel opens it .

Frequently asked

What encoding should a Google Maps CSV use?
UTF-8, without exception. Business names routinely contain accented or non-Latin characters, and saving in a legacy encoding destroys them permanently. The failure is silent, so nothing indicates the damage until someone tries to match the names against another system.
Why did my CSV columns shift?
Almost always an unquoted comma inside an address. Addresses contain commas as a matter of course, so a comma-delimited file has to quote them, and without quoting one address splits into several columns while every field to its right moves.
Why does my file have more rows than businesses?
Embedded line breaks in multi-line addresses. A raw newline inside an unquoted field turns one record into two, so comparing the exported row count against the count the tool reported catches it immediately.
What does Lead Finder write?
Lead Finder is a desktop tool that writes Google Maps data to CSV in UTF-8 with proper quoting, so accented names survive and addresses containing commas stay in one column. The file is written straight to your disk rather than passing through any intermediate service.
Should I use a different delimiter?
Comma with correct quoting is fine and the most portable. Semicolon-delimited files are common in some European locales and are equally valid, but consistency matters more than the choice, since mixing them between exports causes the same column-shifting problem on import.

From teams using Lead Finder

What lead generation teams say after a month

5 out of 5 from 110 reviews

  • Lead Finder is useful for building lists of manufacturers and metal businesses. We can target specific industrial categories and locations and export the results for our sales team.


    Omkar P.

    Director, steel and metal supplier

  • We use Lead Finder to research florists and event-related businesses in different markets. The Google Maps lead finder makes it easy to create location-specific prospect lists for our partnership campaigns.


    Riya A.

    Founder, florist business

  • Lead Finder has been useful for finding facility-management and commercial-service businesses. We can search by category and location and quickly build a list for B2B outreach. It has made our prospecting process more efficient.


    Sunil V.

    Founder, facility management company

  • We use Lead Finder to find offices and businesses that may need new furniture. Searching Google Maps by location and business category makes prospecting much easier. The exported list is simple for our sales team to work with.


    Aman K.

    Founder, office furniture supplier

Quotes come from licence holders who agreed to be credited in this form, given on WhatsApp or by email, and trimmed only for length. The rating is the average of all 110 on file, not of the 4 shown here, and it is computed from them rather than entered by hand, so it cannot be set independently of the reviews behind it.