Skip to content

Instantly share code, notes, and snippets.

@jungle-boogie
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jungle-boogie/34d9eea4002551428b55 to your computer and use it in GitHub Desktop.
Save jungle-boogie/34d9eea4002551428b55 to your computer and use it in GitHub Desktop.
csv.vim example for dynamic filter
id,name,account,date,type,state
00,chrisbra,github,06/12/2015,credit card,sale
00,chrisbra,github,06/13/2015,credit card,sale
00,chrisbra,github,06/14/2015,credit card,sale
00,chrisbra,github,06/15/2015,credit card,sale
00,chrisbra,github,06/17/2015,credit card,sale
00,chrisbra,github,06/18/2015,credit card,sale
00,chrisbra,github,06/19/2015,credit card,sale
00,chrisbra,github,06/20/2015,credit card,sale
00,chrisbra,github,06/21/2015,credit card,sale
00,chrisbra,github,06/22/2015,credit card,sale
00,chrisbra,github,06/23/2015,credit card,sale
00,chrisbra,github,06/24/2015,credit card,sale
01,jungleboogie,fossil,06/12/2015,debit card,sale
01,jungleboogie,fossil,06/13/2015,debit card,sale
01,jungleboogie,fossil,06/14/2015,debit card,sale
01,jungleboogie,fossil,06/15/2015,credit card,sale
02,aaron,bitbucket,06/12/2015,credit card,sale
02,aaron,bitbucket,06/13/2015,debit card,sale
02,aaron,bitbucket,06/14/2015,credit card,sale
02,aaron,bitbucket,06/15/2015,credit card,sale
03,ted,rcs,06/12/2015,credit card,declined
03,ted,rcs,06/13/2015,credit card,sale
03,ted,rcs,06/14/2015,credit card,sale
03,ted,rcs,06/15/2015,credit card,declined
03,ted,rcs,06/16/2015,credit card,sale
I think dynamic filter works correctly...
01,jungleboogie,fossil,06/15/2015,credit card,sale
02,aaron,bitbucket,06/12/2015,credit card,sale
02,aaron,bitbucket,06/14/2015,credit card,sale
02,aaron,bitbucket,06/15/2015,credit card,sale
03,ted,rcs,06/12/2015,credit card,declined
03,ted,rcs,06/13/2015,credit card,sale
03,ted,rcs,06/14/2015,credit card,sale
03,ted,rcs,06/15/2015,credit card,declined
03,ted,rcs,06/16/2015,credit card,sale
Nr Match Col Name Value
=============================================
01 + 05 credit card
02 - 02 chrisbra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment