HI,
My flatfile structure is:
Procid,procname,proccost
||1||,||A||,||1000||
||2||,||B||,||2000||
||3||,||C||,||3000||
For this Flatfile when i am click on columns getting as like below:
column0
Procid,procname,proccost
||1||,||A||,||1000||
||2||,||B||,||2000||
||3||,||C||,||3000||
for this i set text qualifier as || and header row delimiter as ,
hope for response.
Thanks.