Skip to content

jakebottrall/csv-aggregator

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


CSV Aggregator

A node script to aggregate multiple csv files with any format, into a single format.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

This is a simple node script that assists with aggregating multiple csv files of a variety of formats into a single format. It is then copied to your clipboard to be added into whereever is needed.

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • node
  • pnpm

Installation

  1. Clone the repo
    git clone https://github.com/jakebottrall/csv-aggregator.git
  2. CD into the repo
    cd csv-aggregator
  3. Install packages
    pnpm install
  4. Create a config.json
    cp example.config.json config.json
  5. Edit config.json to your requirements.

(back to top)

Usage

This repo was created to aggregate transaction exports from multiple banks into a single format. However the principle can apply to many other scenarios.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

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

(back to top)

Contact

Jake Bottrall - @jakebottrall

Project Link: https://github.com/jakebottrall/csv-aggregator

(back to top)

About

Some typescript to aggregate multiple csv files with any format, into a single format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published