Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 427 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 427 Bytes

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