RE: Import from csv to dbf by Michael
Michael
Tue Jun 24 15:38:01 CDT 2008
Hi Joe.
If all the files have the same format, you may just ahve to loop through the
csv files line by line and write fields 3, 5, 7 & 9 or whatever the are to
your table(s).
Mike
"JoeP" wrote:
> Hi All,
>
> Did anybdoy created a code that can import the specific fields from a CSV
> file? I may need to deal with 8GB of csv files and I would rather import
> fileds to several tables for normaliztion purpose as well.
>
> Thanks,
>
> Joe
>
>
>