Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupertbg/toptal-payments-to-xero-csv
Convert Toptal Payments CSV to Xero CSV
https://github.com/rupertbg/toptal-payments-to-xero-csv
Last synced: 1 day ago
JSON representation
Convert Toptal Payments CSV to Xero CSV
- Host: GitHub
- URL: https://github.com/rupertbg/toptal-payments-to-xero-csv
- Owner: rupertbg
- License: mit
- Created: 2020-03-14T04:13:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T22:54:28.000Z (over 1 year ago)
- Last Synced: 2023-04-24T23:21:45.698Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Toptal Payments XLSX -> Xero CSV
Quickly convert your Toptal Payments transaction files into Xero format so you can do your accounting.## Setup
Needs [Node.js](https://nodejs.org/) then run `npm i` to install the dependencies, which are:
- [moment](https://momentjs.com/)
- [xlsx](https://github.com/SheetJS/sheetjs)
- [csv-parse](https://csv.js.org/parse/)
- [csv-stringify](https://csv.js.org/stringify/)## Usage
1. Put your XLSX files from Toptal Payments in the `data` directory
2. Run `node index.js`
3. Import the files in the `output` directory into Xero!