I am trying to read some vpn logs, I import the date but only get 3 columns because of the limitation of importing into access. I don't want to use excel to parse because I would like to automate the process for reports. I need to parse the information in the 3rd column. I think what i need is a sql query to parse them but not sure and cannot write sql.
IN Comming data (column3) that I need to parse after first import;
[ORIGIN IP] domain\user(VPN Realm)[VPN ROLE] - Login succeeded for xxxxxxxxxx
Fields;
Origin IP, USER&DOMAIN"domain\user", VPN REALM, VPN ROLE, OTHER INFORMATION
IN Comming data (column3) that I need to parse after first import;
[ORIGIN IP] domain\user(VPN Realm)[VPN ROLE] - Login succeeded for xxxxxxxxxx
Fields;
Origin IP, USER&DOMAIN"domain\user", VPN REALM, VPN ROLE, OTHER INFORMATION