Good Morning
I would some help with a CSV File, the file has three columns and over 10000 rows.
The first column is a claim number, second is a cell number and the third column is a value.
I want to be able to group the data by claim number but the claim number may appear more than once.
If possible I would like the data to appear as follows:
1212121215,11,545.25,12,454.25,13,25.23
3232323233,11,253.25,13,56.00
Not every claim number has a value in the cell number
I attach a sample of the csv file I have
I would some help with a CSV File, the file has three columns and over 10000 rows.
The first column is a claim number, second is a cell number and the third column is a value.
I want to be able to group the data by claim number but the claim number may appear more than once.
If possible I would like the data to appear as follows:
1212121215,11,545.25,12,454.25,13,25.23
3232323233,11,253.25,13,56.00
Not every claim number has a value in the cell number
I attach a sample of the csv file I have