Help for this page

Select Code to Download


  1. or download this
    perl -pe 's/^([^"]+)"(.+)"/($x = $2) =~ y{\t}{,}s;"$1\"$x\""/e'
    
  2. or download this
    a    b    c d    "x1    x2"
    c    d    e    "x2"
    e    f    h    "x3    x4 x5    x6"
    
  3. or download this
    a    b    c d    "x1,x2"
    c    d    e    "x2"
    e    f    h    "x3,x4 x5,x6"