I have a program that loads tab-delimited rows into a MySQL table. One of the values has tabs in it, which causes some problems. The data is created column by column, so I need to find a way to strip the tab character from a separate field using gsub. However, I do not want to get rid of anything else, such as spaces.
source
share