I need to get records like this:
1234,[email protected],4444
1234,[email protected],4444
5678,[email protected],5555
5678,[email protected],5555
into a csv file like this:
1234,"mrhappy@mrmen,com;[email protected]",4444
5678,"[email protected];[email protected]",5555
Probaby something using the group by function and print?
Any suggestions are more than welcome
1234,[email protected],4444
1234,[email protected],4444
5678,[email protected],5555
5678,[email protected],5555
into a csv file like this:
1234,"mrhappy@mrmen,com;[email protected]",4444
5678,"[email protected];[email protected]",5555
Probaby something using the group by function and print?
Any suggestions are more than welcome
