zag Posted October 22, 2015 Posted October 22, 2015 Quick question, Is there a way to batch import student email addresses into Sims? I have them in a nicely formatted CSV file ready to go.
howartp Posted October 22, 2015 Posted October 22, 2015 (edited) Yes. You can either request the Bulk Import Utility from Capita, or you can try @matt40k's utility: https://matt40k.uk/2014/09/sims-bulk-import/ Peter Edited October 22, 2015 by howartp 1
zag Posted October 22, 2015 Author Posted October 22, 2015 Yes. You can either request the Bulk Import Utility from Capita, or you can try @matt40k's utility: https://matt40k.uk/2014/09/sims-bulk-import/ Peter I cant find any csv specifications for @matt40k project. Any ideas? The manual button does not work on the latest release
matt40k Posted October 22, 2015 Posted October 22, 2015 Yer, really need to write that. There is a matching screen where you match your files columns to the sims date fields. Nice and dynamic. https://simsbulkimport.uk/ 1
zag Posted October 22, 2015 Author Posted October 22, 2015 (edited) Awesome thanks. Trial and error it is then Just another question @matt40k, what should I match the UPN to? is it the admissions number? Edited October 22, 2015 by zag
matt40k Posted October 22, 2015 Posted October 22, 2015 You shouldn't be using UPN. Its a protected field and should only be used for cross gov joining not within a school joining - use the admission number as this is only unique to your school or use the SIMS internal person. id.
zag Posted October 23, 2015 Author Posted October 23, 2015 Thanks, I did a name match in the end and it seemed to work fine. Thanks again for this useful app. The official Capita version was terrible and incredibly un-user friendly! Yours was much better. 1
coolhands Posted September 5, 2019 Posted September 5, 2019 (edited) bump hey if Matt (or anyone else!) is still around can you assist? I am trying the tool but it has not worked. I eventually got it to apparently import, but although it seemed to import, all the email address fields are blank. I used I go through the matching process then when I click ok it just closes. I couldn't use student id as whatever I put (s, S, or Student) it completely rejected the file. when the import appeared to finish it opened a browser window as shown, that had no names attached. Can you help? edit it says 'status' 'NOT FOUND' on the import screen. So why is it not finding them if I have the admission number there? It shouldn't be a leading zero problem should it? I thought sims allows for that. (I'm importing from CSV). I think the status bit is actually referring to ie student, employee, or contact. So I somehow need to add that column but as I say above all variations are rejected. Edited September 5, 2019 by coolhands
jthompson Posted September 9, 2019 Posted September 9, 2019 Yer, really need to write that. There is a matching screen where you match your files columns to the sims date fields. Nice and dynamic. https://simsbulkimport.uk/ Thank you! Just discovered your SIMS bulk import utility and it's saved me having to use that crappy SIMS patch method.
jthompson Posted September 9, 2019 Posted September 9, 2019 edit it says 'status' 'NOT FOUND' on the import screen. So why is it not finding them if I have the admission number there? It shouldn't be a leading zero problem should it? I thought sims allows for that. (I'm importing from CSV). It's probably leading zeros. On the field-matching screen, using admissions numbers, it seems to find the correct student even if you haven't got the requisite leading zeroes. However, at the next screen (where it lists all the records that are lined up to be updated) it says NOT FOUND for any where the leading zeroes are missing. I've just managed to do a whole year group successfully, so it does work.
coolhands Posted September 11, 2019 Posted September 11, 2019 (edited) thanks just had another go and got it to work, thank god. I've been a week tooing and froing with capita patches and still not managed to import using the patch! Out of curisoity even though I'm not going to use it now, where would you put the CSV_Import folder they tell you to put in C drive etc? I put it on every drive we have, and in the SIMS>SIMS folder, adn when running the patch it still imported nothing. I had all the correct headings in the csv file. FYI (& my future self when I google this topic again next year) I got the Bulk Import programme to work by inserting a leading zero as you suggested using excel (took a cit of messing about) then on the match screen I only used Surname, Forename, Admission No. Email addresses. Everything else I didn't select. It then matched and imported! Brilliant ps just check the pupils that already had a personal email in sims as it knocks out the Primary and Main for both email addresses so you have to quickly change the preferred one, but doesn't take long. Edited September 11, 2019 by coolhands
jthompson Posted September 11, 2019 Posted September 11, 2019 On the matching screen I just used admission number and left names out of it. RE: the Capita patches. When I've used that in the past the CSV_Import folder containing the csv file is just in the root of the C drive on the SIMS server. The CSV file itself has to be named exactly right, with exactly the right column headings, too.
Harlington_IT Posted September 18, 2019 Posted September 18, 2019 I've matched the students to their admission numbers, it's added the email addresses, but doesn't always update the main and primary to T, so InTouch isn't seeing them. Any ideas? Any way to use the tool to remove the email addresses and re-add them as I've now got duplicates on a lot of them (some with main and primary set to T though!).
ozydave Posted September 18, 2019 Posted September 18, 2019 I've matched the students to their admission numbers, it's added the email addresses, but doesn't always update the main and primary to T, so InTouch isn't seeing them. Any ideas? Any way to use the tool to remove the email addresses and re-add them as I've now got duplicates on a lot of them (some with main and primary set to T though!).I have an SQL script that will do the job, use it every year to make them primary. Am at home now so will post it tomorrow.
ozydave Posted September 19, 2019 Posted September 19, 2019 @Harlington_IT Here is the SQL code i use in SQL management studio UPDATE [sims].[sims].[sims_email] SET primary='T' Where email_address like '%@yourdomainname' and primary ='F' 1
AliG Posted September 9, 2020 Posted September 9, 2020 You can do it in sims now from summer 20 release 2
MrFlibble Posted September 9, 2020 Posted September 9, 2020 You can do it in sims now from summer 20 release I found this after a search; this is useful information. We plan to deploy the Summer 20 release shortly; once we have it deployed, is it obvious how to do it? Thanks
Techie_123 Posted September 9, 2020 Posted September 9, 2020 You can import email addresses from a csv, using the new 'Data in' option in SIMS, but you cannot modify or remove the email address that's already there. I need to change the student email to 'Main' so salamander extracts it for SDS. I didn't know the email had to be set as 'Main' - bloody annoying. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now