Loading request...
I’d like to bulk convert my 250 blog posts from a DOCX document into a CSV or XML format so I can import everything into WordPress instead of copying them manually. This would save a lot of time during the migration process.
The posts are already saved in a single document (exported from Apple Pages → DOCX). Each post has a consistent structure: * Date line (e.g., “Friday, August 12, 2011”) * Title * Body text * Some metadata like “Authored by…”, “Permalink”, etc. I’d like to bulk convert this into a CSV or XML so I can import everything into WordPress instead of copying 250 posts manually. Has anyone done something like this before? Is there a tool or script that can split the document into rows/posts automatically?