How to get a diff

This commit is contained in:
Nemo 2018-01-15 02:08:10 +05:30
parent ecc340e641
commit 3a0545d053
1 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,8 @@ This project uses GNU Parallel, Ruby, Nokogiri, and curl.
+ We need to checkout around 15k restaurant status (closed or not)
- Keep track of whether restaurant is still alive or not
- Tweet any restaurant closures (or any new openings)
For now, run the following command to get a diff of new restaurants not in the old listings:
`q -d , "SELECT * from ./15-01-2018.csv WHERE c1 not in (SELECT c1 from 06-01-2018.csv)"`