|
Newbie
Join Date: Jun 2005
Posts: 1
Rep Power: 0 
|
how to read such type of files....
hi....anyone plese tell me how to read data from such kind of txt files..
"1",868000,3917200,"(868000.0,3917200.0)"
"2",878000,3917200,"(878000.0,3917200.0)"
"3",888000,3917200,"(888000.0,3917200.0)"
"4",898000,3917200,"(898000.0,3917200.0)"
"5",908000,3917200,"(908000.0,3917200.0)"
"6",918000,3917200,"(918000.0,3917200.0)"
"7",928000,3917200,"(928000.0,3917200.0)"
"8",938000,3917200,"(938000.0,3917200.0)"
"9",948000,3917200,"(948000.0,3917200.0)"
"10",958000,3917200,"(958000.0,3917200.0)"
"11",968000,3917200,"(968000.0,3917200.0)"
"12",978000,3917200,"(978000.0,3917200.0)"
"13",988000,3917200,"(988000.0,3917200.0)"
"14",998000,3917200,"(998000.0,3917200.0)"
"15",1008000,3917200,"(1008000.0,3917200.0)"
"16",1018000,3917200,"(1018000.0,3917200.0)"
"17",1028000,3917200,"(1028000.0,3917200.0)"
"18",1038000,3917200,"(1038000.0,3917200.0)"
"19",1048000,3917200,"(1048000.0,3917200.0)"
i am required to read all elements provided within ".."....
|