← All datasets

zivame.com

Aug 6, 2026

20,000
Records
1
Files
Aug 6, 2026
Added

A database dump from Zivame.com, an Indian online lingerie and women's apparel retailer, containing approximately 1.5 million customer records. The exposed data includes first and last names, shipping addresses (street, city, region, postal code), country codes (IN), phone numbers, and email addresses.

Data found in this dataset

EmailFirst nameLast nameAddressCityStateCountryaddress2zipphone

Search this dataset

Scoped to this dataset. Fill any combination — results match if any field hits.

Source files

Expand any file to inspect its column headers and the LLM's field-mapping reasoning, recorded during ingestion.

Zivame.com_1.5M_Database.txt
10 columns20,000 rows

File structure

Format: CSV·Delimiter: Comma·Has header: no·Quote: "

Source columnMapped fieldConfidenceLLM assessment
0firstNamehigh[0] values contain embedded JSON key 'firstName' with given name values like NAVEENA, Neha, karthik
1lastNamehigh[1] values contain embedded JSON key 'lastName' with surname values like Elangovan, Sethi, Tiwari
4address1high[4] values contain embedded JSON key 'street' with street address values
5address2medium[5] continuation of street address fragments (secondary address line overflow from split JSON)
9cityhigh[9] values contain embedded JSON key 'city' with values like BANGALORE
10statehigh[10] values contain embedded JSON key 'region' with values like KARNATAKA
11ziphigh[11] values contain embedded JSON key 'postCode' with Indian postal codes like 560037
12countryhigh[12] values contain embedded JSON key 'countryCode' with values like IN
13phonehigh[13] values contain embedded JSON key 'telephone' with 10-digit Indian mobile numbers like 9600700271
14emailhigh[14] values contain embedded JSON key 'email' with valid email addresses like oxygenfriends@gmail.com

Notes: Data appears to be JSON objects split across CSV columns mid-record, causing field values to bleed across column boundaries. Each column is identifiable by the dominant embedded JSON key in its values. Columns 5-8 contain address overflow fragments from the multi-line street field. No header row present.