Importing IM descriptions - what is the ""safest"" format to import inventory descriptions that have commas and quotes (inches/feet)? My default format is tab delimited but when saving, Excel will add beginning and ending quotes to the field if it contains a comma. For example, **""COLLAR, 2 PC SHAFT, 1-1/2""""** is what Excel creates for the import file. VI will import as **COLLAR, 2 PC SHAFT, 1-1/2""""**. The leading quote disappears but the two ending quotes remain. If I reduce the two ending quotes to one, VI still imports two quotes. Then I have some other descriptions that are identical to this but the quotes are correct. I have @Clean and @ Trim the fields in Excel. But then again, this is all via the test function. Perhaps I should go full on and see where the dust settles.