I’m getting the logs in this format, semicolons are everytime the same amount:
2018-02-08;13:19:44.489;INFORMATION;;;;2288;ReadPolicy: Configuration value read from INI file: StreamingExclusionList+=<!ctx_roamingappdata!\Microsoft\SystemCertificates>
Now i would like to extract all values between the semicolons in seperate field, but i dont know how i should use the split function corectly