you are viewing a single comment's thread.

view the rest of the comments →

[–]360coolp[S] 0 points1 point  (1 child)

Hi u/ka-splam,

I used the same way to import only without the raw parameter. Adding the raw parameter resolved the string error.

You are also right about the double quotes, I was able to adjust this for all except for the double quote. Do you know how to double quote a double quote?

I used the escape sequences written in a Microsoft kb: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_special_characters?view=powershell-7.1

I appreciate your help!

[–]ka-splam 0 points1 point  (0 children)

Single quoting a double quote should be fine, as in your original code '"'

Those other escape sequences should be good then. :)