An open API service indexing awesome lists of open source software.

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

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.