Hi,
Could you able to help us to solve to achieve our necessary.
From a csv file need to show data of each row on each html divisions and its child divisions as per the id mentioned on the divisions.
Language preference javascript.
For example
1) CSV file
Serial No. Name Standard Division School
1, John, 1, A, St. Alban
2, Mathew, 2, B, Christchurch
and so on
HTML
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="1">
<div>Serial No. shown here</div>
<div> Name goes here</div>
<div> Standard goes here</div>
<div> Division goes here</div>
<div> School goes here</div>
</div>
<div id="2">
<div>Serial No. shown here</div>
<div> Name goes here</div>
<div> Standard goes here</div>
<div> Division goes here</div>
<div> School goes here</div>
</div>
</body>
</html>
Also not sure we are in the right place to ask help.
Or let us know if you know someone.
We are happy to pay a small amount for a lunch.
If able to do and interesting send message.
Looking straight forward.
Cheerfully.
Varghese