Hi Guys,
While Uploading the data from Appl sever iam getting the data of the 1st record in this way
5744,xxxxxxxxxxxxxxxxxxxxxxxxxxxxx CO,007 SFS OF VIRGINIA,140545,6166039,10011100000903,5/5/2008, 48 ," 1,500 ",805050317 -
g_string
i am getting the above data by using the below code
READ DATASET p_file INTO g_string.
after this i am splitting the data using the below code
SPLIT g_string AT ',' INTO TABLE itab_split.
but i was not able do the above code becoz in the above record we are having value which looks like this " 1,500 ".So how can i split when i am having this type of values?
Thanks,
Gopi Anne.