Skip to content

Commit 6782d50

Browse files
committed
Create If you want zeros README
1 parent 5ebe8bb commit 6782d50

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

If you want zeros README

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
If you'd like to keep the zeros from your imported data (instead of dashes or whatever), follow these instructions:
2+
3+
Add this underneath "# use the unix command cut for this" in mergeorama.sh
4+
5+
# convert dashes back to zero
6+
perl -pi -e 's/-/0/g' ../output.csv
7+
8+
----------------------------------------
9+
10+
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 commit comments

Comments
 (0)