I am trying to convert a csv file to xlsx and add AIP( Azure Information Protection) label to it.
somehow .csv doesn’t allow to add AIP label.
”’
Set-AIPFileLabel -path C:tempfile1.csv -LabelId —-
”’
Is there anyway i can add AIP label while converting to excel from csv.