am using vb.net .am having a file. that file contain some values . i want to read that file using vb.net.
file name cdr_StandAloneCluster_03_201208090909_33121.file
data type file
it contain the data look like this
cdrRecordType,"globalCallID_callManagerId","globalCallID_callId","origLegCallIdentifier","dateTimeOrigination","origNodeId","origSpan","origIpAddr","callingPartyNumber","callingPartyUnicodeLoginUserID","origCause_location","origCause_value","origPrecedenceLevel","origMediaTransportAddress_IP","origMediaTransportAddress_Port","origMediaCap_payloadCapability","origMediaCap_maxFramesPerPacket","origMediaCap_g723BitRate","origVideoCap_Codec","origVideoCap
The key to parsing your dta is to use the “SPLIT” method
Here is a sample code i knocked up.
I cannot be sure its 110% but it ought to bring you a lot closer to resolving your issue.