Importing a file with multiple "other" delimiters
JMP Pro 13. I'm attempting to import a .dat file. Each column is numeric. Each line begins with a ( and ends with a ) so I can't seem to figure out how to remove both of those symbols at import. The problem is that I cannot seem to get rid of that trailing ) so that column is imported as a character. Even if I setup script to replace the ) with nothing the column is still character and I can'...