I have one txt file where data is there like -
name1, address1, contactnumber1
name2,address2, contactnumber2
............
.........
.......
now i am inserting this data in database table using split function but it's working for first line only.
How it will go to next line???
rachayita jaiswalPosted Nov 14, 2013, 2:01 AM
I myself got this split function.
thanks for reply
rachayita jaiswalPosted Nov 14, 2013, 1:36 AM
and text file data is -
latitude1, longitude1, address11, address21
latitude2, longitude2, address12, address22
latitude3, longitude3, address13, address23
Jaganathan BantheswaranPosted Nov 14, 2013, 1:34 AM