need to generate BI publisher report in text format comma delimited
Summary
need to generate BI publisher report in text format comma delimitedContent
Hi,
I have a requirement where I need to generate BI publisher report in text format comma delimited.
I find creating etext format rtf template a option.
I already had an existing rtf in etext format which used pipe delimited.
I used the same , change delimiter to comma delimited.
I also had to add additional columns which I did.
Post this, I had to display certain string columns enclosed with double quotes(") which I did. Ex:
| 
			 <MAXIMUM LENGTH>  | 
			
			 <FORMAT>  | 
			
			 <DATA>  | 
		
| 
			 5  | 
			
			 Alpha  | 
			
			 ','  | 
		
| 
			 240  | 
			
			 Alpha  | 
			
			 '”'||TRU||'”'  | 
            Tagged:
            
        
1