incubator-answer
incubator-answer copied to clipboard
Content bulk import
I have about 200 kb articles I'd like to import into answers I'm backed out to a mysql database
Can I SQL import data straight into the database and have it visible in answers?
What do I need to know to do this? What fields in what table are essential?
@mightywomble For the definition of the database fields you can refer to the following document. https://answer.dev/docs/database For importing data the question, answer, tag, and user tables are the essentials.