-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
126 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
first_contact;last_contact;poc_name;company;notes;active;url;title | ||
20230123;20230201;Fred Smythe; Some Great Place, LLC; linux, ansible, python; y; https://example.com/r12345; Senior Automation Engineer | ||
20230101; 20230101; Jason Jayson; Can't read resume, Inc; Windows server, powershell; n; https://whocares.com; Winderz admin | ||
poc_name; company; active; url; title; notes;first_contact;last_contact | ||
Fred Smythe;Some Great Place, LLC;y;https://example.com/r12345;Senior Automation Engineer; python,linux,ansible;20220204;20230101 | ||
Jason Jason;Not here Inc;n;https://whocares.com;Winderz admin;powershell;20230101;20230101 | ||
Jim Jones;Hisco;Linux guy;y;hs.co;mostly doing ansible;20240321;20240321 | ||
Sam Gamgee;The Shire;y;theshire.net/jobs/r12345;Server Gardner;lots of RHEL and Python;20240321;20240321 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name;phone;email;first_contact;last_contact | ||
Fred Smythe; 555.555.1212; fred@example.com; Example, Inc ; 20230123; 20202102 | ||
Jayne Johnson; 123.456.7890; jj@otherexample.com; Other Recruiter, LLC; 20221212; 20221212 | ||
Jason Jayson; br-549; jay@whocares.com; Whocares, Inc; 20230101; 20230101 | ||
poc_name;phone;email;company;first_contact;last_contact | ||
Fred Smythe;555.555.1212;fred@example.com;Example, Inc;20230123;20202102 | ||
Jayne Johnson;123.456.7890;jj@otherexample.com;Other Recruiter, LLC;20221212;20221212 | ||
Jason Jayson;br-549;jay@whocares.com;Whocares, Inc;20230101;20230101 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters