https://github.com/rizkipragustono/extract_from_excel
Excel Contact Data Parser with Country Code Formatting
https://github.com/rizkipragustono/extract_from_excel
data excel extract python transform
Last synced: about 1 month ago
JSON representation
Excel Contact Data Parser with Country Code Formatting
- Host: GitHub
- URL: https://github.com/rizkipragustono/extract_from_excel
- Owner: rizkipragustono
- Created: 2025-06-15T08:52:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T09:06:46.000Z (about 1 year ago)
- Last Synced: 2025-06-15T09:50:56.544Z (about 1 year ago)
- Topics: data, excel, extract, python, transform
- Language: Jupyter Notebook
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excel Contact Data Parser with Country Code Formatting
## Project Description
An Excel file contained personal information for each individual spread across multiple rows. The task involved extracting only the names and phone numbers from this unstructured format. Phone numbers were standardized to include the correct country code based on each customer’s location. The data was converted using a Python script, which can be reused to update the dataset efficiently whenever new records are added.
## Summary
- Extracted names and phone numbers from a multi-row Excel format and standardized phone numbers with country codes.
- Automated the process using a reusable Python script for efficient future updates.