-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep txt files in sync with kossiitkgp/secrets/Contacts #15
Comments
We'll need to have a seperate column for slack handles then . As for some people it is different from github handles |
What will be the naming convention for the auto generated .txt files?
…On Fri, 15 Mar 2019, 16:02 Taapas Agrawal, ***@***.***> wrote:
We'll need to have a seperate column for slack handles then . As for some
people it is different from github handles
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APrK3LdwcQk46BOo66PhYIKderE6br7Yks5vW3atgaJpZM4b19bV>
.
|
Since the format of the column is fixed, the following will work
cell.split("/")[0]
…On Fri, 15 Mar, 2019, 16:02 Taapas Agrawal, ***@***.***> wrote:
We'll need to have a seperate column for slack handles then . As for some
people it is different from github handles
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHsTeY2Ar783mpo-ZJu24Ofi6dn_5NTDks5vW3atgaJpZM4b19bV>
.
|
@grapheo12 Same as of now. freshers.txt, executives.txt and seniors.txt A new one |
@OrkoHunter So 2018 maps to freshers, 2017 to executives etc.. like that? |
Yes, that is correct. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be an awesome beginner friendly task for @kossiitkgp/newbies to create a (Python) script which would take the kossiitkgp/secrets repository and access the contacts csv files to generate these txt files.
This would remove the burden of keeping contacts synced at two places. (Inspired by #14)
The text was updated successfully, but these errors were encountered: