Well, import the data as Text Separated Value using / as the delimiter.
Were it my data to work with, I might also do a little list prep with grep, sed and awk from http://gnuwin32.sourceforge.net/summary.html which gives batch files a jet pack with an afterburner, if Crystal can't export into a Text Separated Value ('TSV', 'TXT') or Comma Separated Value ('CSV') file in the format you need for import.