We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebe8bb commit 6782d50Copy full SHA for 6782d50
If you want zeros README
@@ -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