Delete all spaces
Sed 'S / / / G' DataFile> DataFile1
Replace the comma into the Tab key
Sed 's //, // x09 / g' DataFile> DataFile1