i have set of 200 documents (*.doc) containing data as follows . I want to upload it to database (mysql). how to convert it? Is there any easy steps to do? i’m using ubuntu os
1) Name: MR RAMESH KUMAR
Address: 23/64,PANKAJ RESIDENCY
HYDERABAD
ANDHRA PRADESH
Residence Tel: 8712455
Office Tel: 456456
E-mail: ram_iye@ymail.com
I agree with Tisch, but I will provide some details to put you on the right way:
You can use a program or do it with the word processor
1.Clear name:
2.replace other column names with , but make sure you take the new line out:
example:
replace
with
3.Use any utility to insert these records to the database, google for csv import to my sql.