Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Usage Notes

  • Extract to a folder on your machine (needs JVM btw)
  • You’ll need
  • If the date time field is missing, we’ll use UTC epoch 0 time (00:00:00 UTC on 1 January 1970) as the date time for that target)
  • Examples
Run with first 1000 entries with LendingClub data 
./profiler -i=lendingclub_accepted_2007_to_2017.csv -d=issue_d -f=MMM-yyy -l=1000

Run with NYC ticket dataset (note the quotes)
./profiler -i=Parking_Violations_Issued_-_Fiscal_Year_2017.csv -d="Issue Date" -f=MM/dd/YYYY
  • Running with TSV dataset
profiler-1.0/bin/profiler -i=arcos_all_washpost.tsv/arcos_all_washpost.tsv -d="TRANSACTION_DATE" -f=MMddYYY  -s="\t"