cancel
Showing results for 
Search instead for 
Did you mean: 

Table borders in HTML status?

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You can use HTTP Receiver to pass the data to the servlet that runs on the HTTP Server. The servlet has already screen design logic written in HTML or jsp to display in HTML Table or so. PI requires to just post data on the servlet of HTTP Server using HTTP Receiver. PI will not create screen look and feel logic while posting data.

If you want HTML table coding logic refer this link

http://www.w3schools.com/html/html_tables.asp