Skip to content

Commit

Permalink
Create If you want zeros README
Browse files Browse the repository at this point in the history
  • Loading branch information
drwasho committed Oct 20, 2013
1 parent 5ebe8bb commit 6782d50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions If you want zeros README
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
If you'd like to keep the zeros from your imported data (instead of dashes or whatever), follow these instructions:

Add this underneath "# use the unix command cut for this" in mergeorama.sh

# convert dashes back to zero
perl -pi -e 's/-/0/g' ../output.csv

----------------------------------------

If it isn't working, make sure you've emptied out the files in the data folder, which may contain the remnants of earlier attempts to parse the data.

0 comments on commit 6782d50

Please sign in to comment.