<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged bulk-import</title>
<link>https://www.question2answer.org/qa/tag/bulk-import</link>
<description>Powered by Question2Answer</description>
<item>
<title>anything new for generating bulk content?</title>
<link>https://www.question2answer.org/qa/60080/anything-new-for-generating-bulk-content</link>
<description></description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/60080/anything-new-for-generating-bulk-content</guid>
<pubDate>Sat, 07 Oct 2017 00:22:33 +0000</pubDate>
</item>
<item>
<title>Any way to bulk import questions and answers. I explored,  but found none.</title>
<link>https://www.question2answer.org/qa/58480/any-way-bulk-import-questions-and-answers-explored-found-none</link>
<description>I was able to configure Q&amp;amp;A on my local machine. Since i had some Q&amp;amp;A already prepared in Excel any provision to import them directly.&lt;br /&gt;
&lt;br /&gt;
Any help is much appreciated.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/58480/any-way-bulk-import-questions-and-answers-explored-found-none</guid>
<pubDate>Wed, 12 Jul 2017 06:31:58 +0000</pubDate>
</item>
<item>
<title>[New Premium Plugin] BCG - Bulk Content Generator</title>
<link>https://www.question2answer.org/qa/54488/new-premium-plugin-bcg-bulk-content-generator</link>
<description>

&lt;p&gt;There are many reasons to create content programmatically. One of them could be having a new site with a small amount of users. In this case, site owners need to ask and answer their own questions in order to generate content. This process can be bothersome and slow using a web interface.&lt;/p&gt;

&lt;p&gt;This is a very common situation most communities face when they are starting from scratch. Bulk Content Generator is a plugin that eases the process of creating content on sites. In short, it allows users to import a spreadsheet that contains questions, answers or comments and turn them into real posts in the site. It is also possible to configure the creation date of the posts (so that they don't look like they were created all in the same day) as well as the user who created them, among many other things.&lt;/p&gt;

&lt;p&gt;Plugin features include:&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;Create questions, answers and comments taken from a file&lt;/li&gt;

&lt;li&gt;All posts can be set an author or be anonymous&lt;/li&gt;

&lt;li&gt;Questions can be set a category, tags and the Q2A extra value, if configured in the site&lt;/li&gt;

&lt;li&gt;Answers can be selected&lt;/li&gt;

&lt;li&gt;Ability to disable notifications on the created posts (to avoid any future email)&lt;/li&gt;

&lt;li&gt;Ability to disable notifications while creating the posts (to avoid emails only while creating the posts)&lt;/li&gt;

&lt;li&gt;All posts can be set a particular creation date in the past or it can even be generated randomly&lt;/li&gt;

&lt;li&gt;Work is split into batches and progress is updated after processing each batch&lt;/li&gt;

&lt;li&gt;Administrators can select what user levels can perform imports&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;If you are interested in reading more about the plugin you can check the &lt;a rel=&quot;nofollow&quot; href=&quot;https://bitbucket.org/pupi1985/q2a-bulk-content-generator-public&quot;&gt;plugin page&lt;/a&gt;. There, you'll find some additional features and&amp;nbsp;screenshots.&amp;nbsp;&lt;strong&gt;This plugin is no longer under development as of 2025-07-16.&lt;/strong&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/54488/new-premium-plugin-bcg-bulk-content-generator</guid>
<pubDate>Tue, 01 Nov 2016 12:12:48 +0000</pubDate>
</item>
<item>
<title>Move a category to a different Q2A</title>
<link>https://www.question2answer.org/qa/52503/move-a-category-to-a-different-q2a</link>
<description>Hi, &lt;br /&gt;
&lt;br /&gt;
I have a difficult need. I would like to move all questions from a particular category to a different Q2A installation. Fortunately the userbase is same and sharing the same user table. So, if I just do a Database import for the table - dumping and doing insert - would this be fine? What will happen to &amp;quot;postid&amp;quot; if there are duplicates. For simplicity I can consider moving only questions so there is no longer a need to preserve the same postid.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/52503/move-a-category-to-a-different-q2a</guid>
<pubDate>Thu, 07 Jul 2016 05:22:55 +0000</pubDate>
</item>
<item>
<title>Any Easy Way To Add Questions In Bulk Within Category</title>
<link>https://www.question2answer.org/qa/51219/any-easy-way-to-add-questions-in-bulk-within-category</link>
<description>

&lt;p&gt;I am Looking For A Easy Way To Add Questions In Bulk Form Admin Panel &amp;nbsp;.(Like Below Image) .Or Some&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;One Please Tell Me a Easy Way To Add Questions In Bulk&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=2083755137050687123&quot;&gt;)&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/51219/any-easy-way-to-add-questions-in-bulk-within-category</guid>
<pubDate>Thu, 07 Apr 2016 15:07:52 +0000</pubDate>
</item>
<item>
<title>Related questions are not showing up for manually inserted posts. How to fill the other tables for existing questions?</title>
<link>https://www.question2answer.org/qa/29316/related-questions-showing-manually-inserted-existing-questions</link>
<description>I manually injected some questions to my website without knowing anything about its dependency with other tables like qa_words, qa_titlewords or qa_contentwords etc. Now I realized I should write a script for bulk uploading which makes use of qa_question_create() function. Well, I can do it for future uplods, but how can I fix the problem with already uploaded questions? I have around 150+ questions which are not stemmed and stored in any other table. I want to retrieve all these questions from the database and calculate word count and then update qa_words and related tables. How do I do that?&lt;br /&gt;
&lt;br /&gt;
Any help would be highly appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks a lot.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/29316/related-questions-showing-manually-inserted-existing-questions</guid>
<pubDate>Tue, 26 Nov 2013 08:46:40 +0000</pubDate>
</item>
<item>
<title>load questions answeres from csv</title>
<link>https://www.question2answer.org/qa/27403/load-questions-answeres-from-csv</link>
<description>

&lt;p dir=&quot;RTL&quot;&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p dir=&quot;LTR&quot;&gt;
	is there a plugin which enable me to upload questions and answers from outside source like csv file?&lt;/p&gt;


&lt;p dir=&quot;LTR&quot;&gt;
	I saw that this question was asked in the past but i couldn't find the right answer (i saw a backup plug-in).&lt;/p&gt;


&lt;p dir=&quot;LTR&quot;&gt;
	I am not a programmer and i am looking for a friendly solution&amp;nbsp;&lt;/p&gt;


&lt;p dir=&quot;LTR&quot;&gt;
	Thanks&lt;/p&gt;


&lt;p dir=&quot;RTL&quot;&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27403/load-questions-answeres-from-csv</guid>
<pubDate>Sun, 08 Sep 2013 12:01:55 +0000</pubDate>
</item>
<item>
<title>Is there a way to bulk add registered users?</title>
<link>https://www.question2answer.org/qa/26605/is-there-a-way-to-bulk-add-registered-users</link>
<description>

&lt;p&gt;
	Hi, I want to create Q&amp;amp;A website for personal purposes (not publicly availbale) but I want to bulk register users so non tech savy ones wont have to do it. All users would have the same password. Is there a way to do this? Also I would like to make a dropdown list of all registered users from which users could select their user name and at a click of a button log in. I did similar thing for OSQA system but I decided to do this website with Question2Answer.&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	On OSQA, I basiclly made form like this:&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		&amp;lt;form method=&quot;post&quot; action=&quot;&lt;a href=&quot;http://www.website.com/user/local/login/&quot;&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://www.website.com/user/local/login/&quot;&amp;gt;&lt;/a&gt;&lt;/p&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;select name=&quot;username&quot;&amp;gt;&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;option value=&quot;User1&quot;&amp;gt;User1&amp;lt;/option&amp;gt;&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;option value=&quot;User2&quot;&amp;gt;User2&amp;lt;/option&amp;gt;&lt;/div&gt;
	

&lt;div&gt;
		

&lt;div&gt;
			&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/select&amp;gt;&lt;/div&gt;
		

&lt;div&gt;
			&amp;nbsp;&lt;/div&gt;
		

&lt;div&gt;
			&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input type=&quot;hidden&quot; name=&quot;password&quot; value=&quot;password&quot; /&amp;gt;&lt;/div&gt;
		

&lt;div&gt;
			&amp;nbsp;&lt;/div&gt;
		

&lt;div&gt;
			&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input type=&quot;submit&quot; value=&quot;Login!&quot;&amp;gt;&lt;/div&gt;
		

&lt;div&gt;
			&amp;nbsp;&lt;/div&gt;
		

&lt;div&gt;
			&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/form&amp;gt;&lt;/div&gt;
		

&lt;div&gt;
			&amp;nbsp;&lt;/div&gt;
		

&lt;div&gt;
			&amp;nbsp;&lt;/div&gt;
	&lt;/div&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	Could something similar be done with Q2A?&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	Thank you.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26605/is-there-a-way-to-bulk-add-registered-users</guid>
<pubDate>Wed, 14 Aug 2013 16:03:49 +0000</pubDate>
</item>
<item>
<title>Migrating OSQA xml backup to new Q2A installation</title>
<link>https://www.question2answer.org/qa/24213/migrating-osqa-xml-backup-to-new-q2a-installation</link>
<description>

&lt;p&gt;
	Hi Q2A community,&lt;/p&gt;


&lt;p&gt;
	I have a backup of an OSQA site that I used to run back in 2011. The backup is in XML format with a structure of files, e.g:&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;[xsd/]&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;badges.xml&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;CloseReasons.xml&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;Comments2Votes.xml&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;FlatPages.xml&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;Messages.xml&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;MessageTypes.xml&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;ModeratorMessages.xml&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;...&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;VoteTypes.xml&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	I'm planning to write some code that will loop through the Posts.xml file and restore all the data there, inserting each post as a single-line entry into qa_posts, with structure something along the line of:&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;(X, Q, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, 1, NULL, 2090122648, NULL, NULL, 0, 0, NULL, NULL, 1, NULL, [IPADDRESS], NULL, NULL, 0, 0, 0, [IPADDRESS], 1, 21553800000, 0, NULL, [TODAYSDATE], NULL, NULL, [TITLE], [CONTENT], [Tags seperated by commas])&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	The userID will be a generic administrator user with a name such as 'Community' or 'Robot' or something like that.&lt;/p&gt;


&lt;p&gt;
	I could probably extend the script to also allow for users, but since it's been about a year since the site was live, I doubt many (any?) of the users will magically jump on the site and try to login again.&lt;/p&gt;


&lt;p&gt;
	Before I delve into this and start writing code, has anyone already achieved what I'm about to attempt? Any pointers? Am I taking the right approach? I'd rather re-use some other code if someone has already done this succesfully.&lt;/p&gt;


&lt;p&gt;
	Cheers.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/24213/migrating-osqa-xml-backup-to-new-q2a-installation</guid>
<pubDate>Sat, 01 Jun 2013 09:34:16 +0000</pubDate>
</item>
<item>
<title>Error 1146 after importing answers from Wordpress</title>
<link>https://www.question2answer.org/qa/23816/error-1146-after-importing-answers-from-wordpress</link>
<description>

&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;div&gt;
	I found this very great software, Question2Answer, and I have integrated it with my Wordpress website: all worked fine.&lt;/div&gt;


&lt;div&gt;
	So I have imported, from my Wordpress site, about 1500 questions and 2500 answers into my&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.aipsimed.org/risposte/&quot;&gt;Question2Answer&lt;/a&gt;, perfomed database maintenance, and everything seems to work fine except the following problem (I have a dedicated server and other my sites on the same server works fine)&lt;/div&gt;


&lt;div&gt;
	I have the following error&lt;em&gt; &quot;Question2Answer failed query: SELECT qa_users.userid, handle, level FROM WHERE qa_users level&amp;gt; = 20 ORDER BY level DESC Error 1146: Table '. Qa_users' does not exist&quot;&lt;/em&gt; if:&lt;/div&gt;


&lt;ol&gt;
	

&lt;li&gt;
		I do a search on the site (so I have replaced it with Google CSE)&lt;/li&gt;
	

&lt;li&gt;
		&amp;nbsp;I add a question&lt;/li&gt;
	

&lt;li&gt;
		if recaptcha is active&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	Thanks in advance&lt;/p&gt;


&lt;p&gt;
	The website is:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.aipsimed.org/risposte/&quot;&gt;http://www.aipsimed.org/risposte/&lt;/a&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/23816/error-1146-after-importing-answers-from-wordpress</guid>
<pubDate>Mon, 13 May 2013 07:13:30 +0000</pubDate>
</item>
<item>
<title>Import Questions From Spreadsheet</title>
<link>https://www.question2answer.org/qa/21229/import-questions-from-spreadsheet</link>
<description>Is there a way to import a list of questions from a spreadsheet to get things started?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/21229/import-questions-from-spreadsheet</guid>
<pubDate>Wed, 06 Feb 2013 23:36:09 +0000</pubDate>
</item>
<item>
<title>Reindex not working after massive import?</title>
<link>https://www.question2answer.org/qa/20598/reindex-not-working-after-massive-import</link>
<description>Hi all,&lt;br /&gt;
&lt;br /&gt;
I'm using question2answer as a backend database for an ESL chatbot. I imported a lot of vocabulary and grammar related questions into the database via phpmyadmin, but even though it all seems to have indexed correctly, certain questions are not showing up in search results.&lt;br /&gt;
&lt;br /&gt;
For example, &amp;quot;CONJUGATE&amp;quot; is used in over 14000 questions as part of the title AND as a tag (&lt;a href=&quot;http://www.linguo.org/qa/tag/conjugate&quot; rel=&quot;nofollow&quot;&gt;http://www.linguo.org/qa/tag/conjugate&lt;/a&gt;) but when you perform a search none of them appear (&lt;a href=&quot;http://www.linguo.org/qa/search?q=conjugate&quot; rel=&quot;nofollow&quot;&gt;http://www.linguo.org/qa/search?q=conjugate&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
What have I done wrong? Thanks</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20598/reindex-not-working-after-massive-import</guid>
<pubDate>Mon, 14 Jan 2013 02:01:35 +0000</pubDate>
</item>
<item>
<title>Should the reindex be done frequently?</title>
<link>https://www.question2answer.org/qa/7015/should-the-reindex-be-done-frequently</link>
<description>I was wondering if the reindex from the admin panel has to be done frequently or if it should be taken care of automatically when new questions/answers/comments are added.&lt;br /&gt;
&lt;br /&gt;
What raises my questions is that I've created a page to import question from a CSV file. It works fine, but search results are better after I manually do a reindex. I use $postid =qa_question_create(null, $questionuserid, null, null, $questiontext, $questiondetail, '', null,$questiontags, false, null,$questioncategoryid); and &amp;nbsp;&amp;nbsp;$answerid=qa_answer_create($answeruserid, null, null, $sampleanswer,'',null, false, null, $question); &amp;nbsp;&amp;nbsp;which I thought would take care of the indexing stuff for me.&lt;br /&gt;
&lt;br /&gt;
For now, I just run a reindex after the import, but I want to be sure searching on my site is always working fine.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/7015/should-the-reindex-be-done-frequently</guid>
<pubDate>Tue, 07 Jun 2011 11:56:10 +0000</pubDate>
</item>
<item>
<title>What's the best practice for importing the first questions and answers?</title>
<link>https://www.question2answer.org/qa/6473/whats-the-best-practice-importing-first-questions-answers</link>
<description>

&lt;p&gt;
	Hey,&lt;/p&gt;


&lt;p&gt;
	I started a new Q2A site. I got some one to prewrite me 200 questions with 3 answers for each question.&lt;/p&gt;


&lt;p&gt;
	I'm interested in registering 100 users, asking those 200 questions and answering them over time.&lt;/p&gt;


&lt;p&gt;
	Here's the order that I'd like to do it:&lt;/p&gt;


&lt;ol&gt;
	

&lt;li&gt;
		3-6 (random number) new users a day that ask questions&lt;/li&gt;
	

&lt;li&gt;
		6-18 (random number) &amp;nbsp;answers per day from random users&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	What's the best practice to do it that it will look the most naturally?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/6473/whats-the-best-practice-importing-first-questions-answers</guid>
<pubDate>Sat, 14 May 2011 03:14:17 +0000</pubDate>
</item>
<item>
<title>Bulk upload 'quotes' are getting replaced by 'slash and quote'</title>
<link>https://www.question2answer.org/qa/2171/bulk-upload-quotes-are-getting-replaced-by-slash-and-quote</link>
<description>Bulk upload 'quotes' are getting replaced by 'slash and quote'&lt;br /&gt;
&lt;br /&gt;
getting replayed like this:&lt;br /&gt;
' &amp;nbsp;--&amp;gt; '\&lt;br /&gt;
&amp;quot; --&amp;gt; &amp;quot;\&lt;br /&gt;
&lt;br /&gt;
How to overcome this?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/2171/bulk-upload-quotes-are-getting-replaced-by-slash-and-quote</guid>
<pubDate>Thu, 29 Jul 2010 12:54:18 +0000</pubDate>
</item>
<item>
<title>Bulk import of questions answers with category in beta 1.2?</title>
<link>https://www.question2answer.org/qa/1794/bulk-import-of-questions-answers-with-category-in-beta-1-2</link>
<description>We have a way to bulk import into db as per this link: &lt;a href=&quot;http://www.question2answer.org/qa/1222/what-is-the-best-way-for-me-to-upload-lot-of-questions-to-the-db&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/1222/what-is-the-best-way-for-me-to-upload-lot-of-questions-to-the-db&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
In beta 1.2, category is introduced. So how to change the above script to import questions with category?&lt;br /&gt;
&lt;br /&gt;
Any hint will help! :)</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/1794/bulk-import-of-questions-answers-with-category-in-beta-1-2</guid>
<pubDate>Thu, 08 Jul 2010 12:43:55 +0000</pubDate>
</item>
</channel>
</rss>