Hi,
I just realized that there are problems if e.g. entries of Win32_NTLogEvent contain newlines. Then, the output is not vaild CSV (the CSV reader will still accept it, but the output is wrong).
In my code, I was attempting to "fix" these lines by making sure that they contain the right number of delimiters, but that's obviously not nice and there are cases where this does not work.
regards,
totycro
Hi,
I just realized that there are problems if e.g. entries of Win32_NTLogEvent contain newlines. Then, the output is not vaild CSV (the CSV reader will still accept it, but the output is wrong).
In my code, I was attempting to "fix" these lines by making sure that they contain the right number of delimiters, but that's obviously not nice and there are cases where this does not work.
regards,
totycro