I need to run a macro to rip through some files to convert ROW DATA to a DELIMITED FORMAT data.I know this has come up over and over (sorry MOFI) but I can't seem to find what I need in the forums (or in my notes).
I have about 30 files containing 100000 records. They need to be converted to a delimited format to import into SQL Server.
DATA TO CONVERT (REPEATED 100000 TIMES FOR EACH RECORD IN THE FILE)
-----------------------------------
...
BEGIN:>>DocTypeName: CS - ZZ Archive Results
[6]Last Name: SHMOE
[5]First Name: JOE
[1]P#: ZHELDHL22344
[9]Date: 02/13/2004
[2]Account/Client #: ASD2342113423docdate: 04/12/2004
>>FileTypeNum: 1
>>FullPath: w:\wil\ber\knuck\les.txt
...
DESTINATION FORMAT:
-----------------------------------
[1]|[2]|[BLANK]|[BLANK]|[5]|[6]|[BLANK]|[BLANK]|[9]
MOFI: Do you have a macro you could copy-and-paste for me? I promise I'll put it in my notes and not lose it =:)
Thanks,
-Allen