BEGIN{ FS="_" OFS="," print "ID,group1,group2,group3"}FNR>1{ val=$0 $1=$1 print val,$0}
Some_header a_b_c_1 d_e_f_2 g_h_i_3
ID,group1,group2,group3 a_b_c_1,a,b,c,1 d_e_f_2,d,e,f,2 g_h_i_3,g,h,i,3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!