In article <1145702739.864322.93800@i40g2000cwc.googlegroups.c om>,
vfv@iki.fi says
I've tried to find information on this and also tried different csv
file editors without luck.
My problem is how can I break a column with a date 01122006 into three
new columns DAY 01 MNTH 12 YEAR 2006?
I'd use excels left() and right() formulas to do it in excel, but my
CSV files are too large for excel and I'd need to do the operation on
several files.
Thanks,
Veka
a side note, I'm using the csv files in Microsoft Query, so if the
column split up could be made in the schema.ini file that could also be
something
This would be a job for some scripting language. I would create a REXX
script to read the csv file, but other scripting languages would work
also. If you want to use REXX to get this done I can help you with it.