Posts

Showing posts with the label EFT template

Another EFT

Image
There was a request, how to get the parent node and display it in each line of EFT. here is the sample. We can access the parent nodes, just by navigating to the one level up using command DOT DOT. Hope this helps.

Delimiter based E-text

Image
How to generate csv from Bi Publisher ? Have a look at this

E-Text Template

Image
How to generate E-text from Bi-Publisher ? 1. Generate XML using any method like sql,pl/sql,Datatemplate.... 2. Create a RTF template for the above generated XML 3. Deploy it. Generation of xml can be done using any one of the method, if its from Ebiz , then mostly the payment report would be the one , which requires EFT output. So, probably the concurrent program based on RDF is alreaddy generating the XML we wanted. I am gonna take a sample XML file and create the E-text rtf template for that. The Output of the report would be I would discuss different template format to generate the same EFT report in another post. wait for it :).