Forum Discussion

Johnn200's avatar
Johnn200
Copper Contributor
Dec 17, 2020

How I can separately data in 1 column from a csv file to others columns with header ?

Dear supporter,   Thank you for your visit, I'm a very new with Powershell data array, I have a question and I hope you can help me:   I have a .csv file with 3 column, "Auditdata" is one of them...
  • AndySvints's avatar
    Dec 17, 2020

    Hello Johnn200,

    It looks like your AuditData is in Json notation.

    Please try to use ConvertFrom-Json

    Simply pipe your AuditData to ConvertFrom-Json and then you will be able to filter it easily.

     

    Hope that helps.

Resources