This a sample of my input file:
22/12/1999,conductivity,42,uS/cm06/01/2000,conductivity,22,uS/cm26/01/2000,conductivity,26,uS/cm09/02/2000,conductivity,32,uS/cm23/02/2000,conductivity,33,uS/cm
I would like to reformat it so that it matches another database. The first column needs to say COMPTON
in all lines, a sixth needs to say PRECIPITATION
, and a seventh NOT APPLICABLE
.
I probably need to use some awk
function but am unsure.