Skip to content

A utility for working with file data from external sources with Node; primarily CSV data

Notifications You must be signed in to change notification settings

AndGasper/node_csv_file_utility

Repository files navigation

Node CSV File Utility

Read data from a CSV file and template the output as needed.

Killing a process in git bash

If the tail command hangs, and you're on Windows and kill **PID** doesn't want to work: Get list of processes: ps -a

Grab the PID, For me, kill **PID** didn't want to work, but echo **PID** | xargs kill -f

mkdir ./csv_output
node bitcoin_get.js

The formatting is not quite done, so in between runs, I've been having to manually remove the file. Need to work on the appends. Really only need to write headers if the file is being created for the first time. I should also probably end each line with \n\t when I move to a flow that can allow for multiple calls.

If running again: rm ./csv_output/output.csv

Although feel free to see what it looks like when you don't.

About

A utility for working with file data from external sources with Node; primarily CSV data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published