You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#quick hack, it should be better to modify the node script to generate the files too
ids=$(q "select identifier from parlparse/data/item_rollcall.csv" -d, -H)
for i in $ids ; do
# q "select voteid,name,status,'manual',$i from cards/$i.attendance.csv left join data/meps.csv on id=epid left join cards/$i.csv on mepid=voteid where result is null" -d, -H >> cards/$i.csv