Difference between revisions of "Talk:Accelerator Seed List (Data)"
Jump to navigation
Jump to search
BenBaldazo (talk | contribs) (Created page with "Rank on VC *Getting a VC percentage for each Accelerator Also categorize *Age *Nonprofit or not *Location") |
|||
Line 6: | Line 6: | ||
*Nonprofit or not | *Nonprofit or not | ||
*Location | *Location | ||
+ | |||
+ | RegEx Code for repeating data down for the round data from SDC: | ||
+ | |||
+ | \n([^\t]+\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t)(.*)\n\t\t\t\t\t\t\t\t\t\t | ||
+ | |||
+ | \n\1\2\n\1 |
Revision as of 16:30, 5 April 2017
Rank on VC
- Getting a VC percentage for each Accelerator
Also categorize
- Age
- Nonprofit or not
- Location
RegEx Code for repeating data down for the round data from SDC:
\n([^\t]+\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t)(.*)\n\t\t\t\t\t\t\t\t\t\t
\n\1\2\n\1