excuse my ignorance, cant find it here in the forum. how do i strip the "|" or the pipe character from a line. i tried this. it splits but doesnt remove the "|" character.
output = string.strip (line, '|') # strip the pipe character
print output.split() # split output and print