npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

uplift-csv-cup-ui

v1.0.5

Published

A GUI CSV processor for transforming payment logs from PayPal or Stripe (or others if extended) into Engaging Networks transaction imports.

Downloads

6

Readme

Uplift CSV CUP UI (Uplift CSV Upload Program UI)

This app is designed to lower the bar and reduce human error when processing csv files from Paypal or Stripe. It will produce a number of output csv files properly processed for upload to Engaging Networks. It is an electron app so anyone can easily complete the upload process regardless of technical ability. It has not yet been tested on Mac or Unix, but works fine on Windows.

This App leverages the custom built module uplift-csv-cup available from NPM.

Getting data

For Paypal you can download from here. Just make sure you select all transactions in the period since the last upload... If you don't know when that is, you need to check or you will end up with duplicates.

For Stripe you should go to all payments on the dashboard and set the filters to the correct period. Once again, if you're unsure on the period, find out before processing or you will cause duplication.

Using the app

The UI is simple, you need to choose three options, the input file, the output directory and whether it is in Stripe or PayPal format. It uses native file I/O dialogs and drag & drop file selection. You should only be able to click to process once the options are selected. The app has no test suite or programmed feedback loop, so if you encounter difficulties try closing and reopening the application.

Uploading output

I don't think uploading is within scope of this app, although it wouldn't be much of an extra step to incorporate a EN transactional import step.

Rights

This app was created for Uplift by Adam Harrington. All rights reserved by Uplift. It is licensed under ISC, feel free to fork or modify for your own needs.

Contributing

If you would like to contribute add an issue or PR.