You are here:

FoxPro/i want to convert csv file in to dbf file

Advertisement


Question
Dear sir
first i want to convert csv file to dbf file , than i want to using this file to showing individually . please help me in foxpro , what do i for this matter ?
thanks  

Answer
Hi Kamlesh,
   For importing the data from CSV into DBF, you can use 'append from'

i. First create a table of similar structure to hold the data from CSV file

ii. Use that table and append the data. Something like
use TableA
appen from temp.csv CSV

Hope this helps..
Best regards,
Markish

http://markishonline.com

FoxPro

All Answers


Answers by Expert:


Ask Experts

Volunteer


Markish

Expertise

I can answer general questions related to Foxpro from Version 2.0 to 9.0. I'll try to answer them as quickly as possible.

Experience

I've been into Dbase programming from age of 11. I've worked in versions from FoxPro 2.0 and Foxbase.
Education/Credentials
I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.

Education/Credentials
I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.

©2012 About.com, a part of The New York Times Company. All rights reserved.