Does anyone know of a fast, reliable way to change the format of a txt file from Fixed width to Comma delimited?
It has to be fast, solid code as I'm looking at text files of approx 15MB.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10296670.html
Zones:
Visual BasicDate Answered: 02/18/2000 Grade: B Views: 0
I have a VB program which creates a tab delimited txt file which I open as a datasource for a word mail merge. When executing the mail merge I get a load of pop up boxes saying that fields are mis...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10378276.html
Zones:
Visual BasicDate Answered: 06/01/2000 Grade: A Views: 0
How do you create a (prn) fixed width tab delimited file in cold fusion?
thanks
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_10753941...
I need to write a function that accepts a pointer to a string as a parameter and counts the # of characters in the string, not including the null char. It should expect a null-delimited string and...
http://www.experts-exchange.com/Programming/Misc/Q_20488664.html
Zones:
ProgrammingDate Answered: 09/09/2003 Grade: A Views: 0
I have the following code in a file on my server.
*************************************
<tr bgcolor="#ffffff">
<td><a href="http://mydomain.com">objectid</a></td>
<td align="center">Jun-08-03...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20648777.htm...
Zones:
PHPDate Answered: 06/16/2003 Grade: A Views: 0
I want to export a table as a .txt file. Fine, I can do this with DoCmd.TransferText. However, I want to export with certain specifications such as "|" delimited (pipe). Basically I want "|" as the...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20665431.html
Zones:
MS AccessDate Answered: 07/07/2003 Grade: A Views: 0
Hi,
On a form i have:
Memo1 and button 1.
In memo 1 i have the following text:
FirstName|SecondName|Alan|Smith|Chris|Dawes|sarah|jane|sam|philips|Alan|Smith|Chris|Dawes|sarah|jane|sam|p...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20916651.html
I need a Perl or VBScript script that can sort a comma delimeted text file based on multiple dependencies. Each line of the file has at least one string. Some lines have additional comma delimited ...
http://www.experts-exchange.com/Programming/Languages/Q_21102521.html
Hi,
I have a string manipulation questions in C, and for the question assume I have the same input which is at least ten characters in length (maybe even more). How do I 'trim' an array of charact...
http://www.experts-exchange.com/Programming/Languages/C/Q_21152044.html
Zones:
CDate Answered: 10/04/2004 Grade: B Views: 0
I am looking for a solution similar to searching ini files for values. I need to translate ID's to a description ithout connecting to a dtabase (that would be too easy). Instead of using a case sta...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21168329.htm...