Skip to Content
0
Former Member
May 16, 2011 at 05:56 PM

Table borders in HTML status?

147 Views

Hi Experts,

How can I achieve table borders in HTML status when posted to web application by HTTP receiver?

my source channel is JDBC sender.

Current scenario: HTML status posted in application

Emp# Age Location PhoneNo.

111 27 China 123456

222 45 Italy 789012

333 34 UK 345678

To Be scenario: HTML status with table borders posted in appl.

-


Emp# I Age I Location I PhoneNo. I

-


111 I 27 I China I 123456 I

-


222 I 45 I Italy I 789012 I

-


333 I 34 I UK I 345678 I

-


Much appreciated for any pointers

Thanks

PV