Working with a large CSV file, as shown below ... You need to create a loop and create files for each application distince AppID ie below it will have three files for AppID 1,3 and 5. Any help to do this with powershell will be appreciated . Thank.
Col1 | AppID
data11 | 1
data12 | 1
data13 | 1
data31 | 3
data32 | 3
data51 | 5
data52 | 5
source
share