Guest_imported
New member
- Jan 1, 1970
- 0
i am having a textfile with the values (keyword, value) like follows:
challeng,0.98466665,internet,0.94937503,stock,0.91408336,com,0.63175
where challeng is keyword and 0.984 is value and so on..
I need to take the values of this text file and put it in a a database with two fields keyword and value how to do it?
challeng,0.98466665,internet,0.94937503,stock,0.91408336,com,0.63175
where challeng is keyword and 0.984 is value and so on..
I need to take the values of this text file and put it in a a database with two fields keyword and value how to do it?