Skip to content

missionMeteora/braintree_csv_to_logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

braintree_csv_to_logs GoDoc Status

braintree_csv_to_logs is a library which will process a braintree report in CSV format. It will output the report as a tar containing logs split up by year and month.

Note: Pre-compiled binaries for MacOSX (64-bit) and Linux (64-bit) are available in the "bin" directory. No dependencies are needed!

Usage - Command line

# Input file and output file
./braintree_csv_to_logs -i report.csv -o archive.tar

# Stdin and Stdout
cat report.csv | ./braintree_csv_to_logs > archive.tar

About

Csv to logs processor for Braintree csv reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages