匯入txt資料

2021-06-27 16:53:55 字數 1338 閱讀 2541

自己記錄方便使用:

注:資料量大可以拼接sql資料5000條插入一次;

<?php

class uploadsqlcontroller extends adminmodel

/*** 匯入資料庫

*/function importdataaction()

$questionsarray[$i] = $questions_val;}}

$array_replace = array(".",".","。","#");

if($questionsarray)

if(preg_match ("/^[a-za-z]/",substr($val,0,1)))

if(strpos($val,"簡析"))

if(substr($val,-1) == "#")

$answer = $replace; }}

$count= count($answer);

$stem = explode(".",$questionsarray_val['0']);

$data = array(

'typeid'    => ($count>1) ? 2 : 1,

'stem'      => $stem['1'] ,

'answer'    => str_replace("\\", "\\\\",json_encode($answer)),

'metas'     => str_replace("\\", "\\\\",json_encode($options)),

'analysis'  => $analysis,

'teachingmaterialid' => 1,

'categoryid'=> 1,

'difficulty'=> 1,

'subcount'  => 1,

'userid'    => 1,

'updatedtime' => time(),

'createdtime' => time()

);questionbank_questionmodel::insert($data);

}$this->success("匯入成功");}} 

格式:1.馬克思主義是時代的產物***************************

a.資本主義經濟的發展##

b.無產階級反對資產階級鬥爭的日趨激化

c.馬克思恩格斯的革命實踐

d.人類文明成果的最新發展

【簡析】資本主義經濟的發展為馬克思主義的產生提供了經濟

2.社會主義從空想發展到科學,是因為馬克思恩格斯在新的歷史條件下創立了

a.無產階級革命學說

b.無產階級政黨學說

TXT匯入資料到SQL

using system using system.collections.generic using system.linq using system.text using system.data.sqlclient using system.io namespace 03匯入資料 using s...

oracle表匯入文字。txt資料

1 首先建立ctl檔案,如下 load data infile d sqlldr basc.txt 要匯入的文字資料路徑 insert into table table1 要匯入資料的表 id 列名 terminated by 這裡的 可以根據你文字中的分隔符來設定。name terminated ...

mysql匯入txt文字資料

按照mysql官方文件指示下 建立資料庫和表 mysql create database menagrie 然後建立表 1 mysql create table pet name varchar 20 owner varchar 20 2 species varchar 20 char 1 birt...