for 3.2 we are asked to load in the text data and then apply the SHA-1 to the password column. I can get the data loaded in perfectly as above, but then i try to split the strings up with the vs function and im not getting any changes. My intention is to split up the lines and then create a table. Is there an easier way to create a table in this case rather than reading in the lines as strings first?
i found the issue, i needed to omit the first row there that reads across as user,password,api as those were the headings for the columns in the text file but we accidentally had them added as table data. Thank you for all your help.