Converting from CSV to Tab Delimited

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I am having trouble converting from comma delimited to to tab delimited.
When I convert from a comma delimited file to a Excel file the rows and
columns are fine. When I try to save as a tab delimited file it throws my
alignments and feilds off. I have checked in notepad that Word Wrap is off.
The person I am working with can convert this file fine on his workstation,
but I have tried 10 other workstations and they do not convert correctly.

Thanks,
Drew
.



Relevant Pages

  • Re: Converting from CSV to Tab Delimited
    ... Can you post the row of data that gets screwed up in the conversion? ... Drew wrote: ... When I try to save as a tab delimited file it throws my ... > The person I am working with can convert this file fine on his workstation, ...
    (microsoft.public.excel.misc)
  • Re: Need to automate the FTP of EXCEl file to Mainframes
    ... I am reading thru cobol program after saving it as a text tab ... But now want this conversion of excel file to text tab delimited file ...
    (comp.lang.cobol)
  • Re: Need to automate the FTP of EXCEl file to Mainframes
    ... Use VB to extrat the excel into a Tab Delimited file. ... I am reading thru cobol program after saving it as a text tab ... But now want this conversion of excel file to text tab delimited file ...
    (comp.lang.cobol)
  • export datatable to excel
    ... #1 Is there a quick way to export a datatable to an excel file? ... Or delimited file? ... #2 Where is the appropriate Microsoft monitored group to ask about writing reports in SQL Reporting services or SQL Server Business Intelligence Development Studio or whatever it's called? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Read Tab dilimeted file
    ... I have a excel file, also saved as tab delimited file. ... You'll want to look at methods such as StreamReader.ReadLine, String.Split, and the Parsemethod on the various types you'll want to generate (such as DateTime and Int32). ...
    (microsoft.public.dotnet.languages.csharp)