Exporter le détail des objets en CSV lors du MERGE
03 Aoû 20 - Temps de lecture: ~1 minute
Merge-NAVApplicationObject -OriginalPath .\ORIGINAL\*.TXT `
-ModifiedPath .\MODIFIED\*.txt `
-TargetPath .\TARGET\*.TXT `
-ResultPath .\RESULT\ -PassThru | Sort-Object ObjectType, Id | Export-CSV -Path .\EXPORT.csv -NoTypeInformation