Sermon Data Import
-
I am in the process of converting an asp website to wordpress. It’s not live yet but I want to have it all setup first. We have years and years of lines in a table that contains the links and data for the sermon recordings (mp3) and sermon notes (pdf). Can someone help me with the import data file format so I can reformat the html code into a format that sermon manager can import. I think I can read the current data into Excel and then use a macro to format it so it can then be exported into the correct file format. The current format for each sermon entry in our table is like this:
<tr> <td> <a href="https://calvaryvc.org/sermons/player/sermonplayer.asp?URL=https://www.calvaryvc.org/sermons/7-21-19pm.mp3&Scripture=Genesis 42:18-28&Date=7-21-2019&Service=PM&Title=Do This and Live&Speaker=Interim Pastor Bob Hartmann&Notes=NoNotes.pdf" target="sermonplayer" rel="noopener noreferrer">Do This and Live</a> </td> <td>Interim Pastor Bob Hartmann</td> <td>7/21/2019</td> <td>PM</td> <td>Genesis 42:18-28</td> </tr>
The wordpress sermon page is in the link above to see what it looks like and what data fields are currently being used.
Thanks in advance.
- This topic was modified 5 years, 4 months ago by .
- This topic was modified 5 years, 4 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Sermon Data Import’ is closed to new replies.