Skip to content

Takes data like(Email, phone, address, etc) on csv-spreadsheet and separate it.

Notifications You must be signed in to change notification settings

imLeonam/AddressParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AdressParser

Takes data like Email, phone, address, etc on csv-spreadsheet and separate it.

  • The project uses the regex to identify strings separated without a defined pattern, then it save the data inside a Array called match to treat and show separated in another CSV "OUTPUT.CSV"

Build & Run

  • Install node dependencies:
npm intall csv-parse
  • To run the project use:
node main.js

About

Takes data like(Email, phone, address, etc) on csv-spreadsheet and separate it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published