/csv_parser

Primary LanguagePythonMIT LicenseMIT

csv_parser

What is it?

This is an utility application that parse csv files into entities and entities to csv files

Getting Started

To get local copy up and running follow these steps.

Installation

  1. Clone the repository
    git clone https://github.com/Denlich/csv_parser.git

Usage

Running on Windows

  1. Open Command Prompt.

  2. Navigate to the directory where main.py is located.

  3. Run the following command:

    python main.py

Running on MacOS/Linux

  1. Open Terminal.

  2. Navigate to the directory where main.py is located.

  3. Run the following command:

    python3 main.py

License

Distributed under the MIT License. See LICENSE for more information.