我有一个包含此类型数据的文本文件,即
$index 57320
$title Efficient vector processing on dataflow supercomputer SIGMA-1
$author K. Hiraki;S. Sekiguchi;T. Shimada
$affiliation Electrotechnical Laboratory, Japan
$time 1988
$venue Proceedings of the 1988 ACM/IEEE conference on Supercomputing
$citation 1022
$abstract Efficiency in vector handling is the key to obtaining high...
$index 57321
$title Efficient vector processing on dataflow supercomputer SIGMA-1
$author K. Hiraki;S. Sekiguchi;T. Shimada
$affiliation Electrotechnical Laboratory, Japan
$time 1988
$venue Proceedings of the 1988 ACM/IEEE conference on Supercomputing
$citation 1022
$abstract Efficiency in vector handling is the key to obtaining high...
$index 57322
$title Efficient vector processing on dataflow supercomputer SIGMA-1
$author K. Hiraki;S. Sekiguchi;T. Shimada
$affiliation Electrotechnical Laboratory, Japan
$time 1988
$venue Proceedings of the 1988 ACM/IEEE conference on Supercomputing
$citation 1022
$abstract Efficiency in vector handling is the key to obtaining high...
现在我要在SQL Server表中导入所有这些数据,而此文本文件包含columns
#index
,#title
,#author
,...,{{ 1}}和每个#abstract
在文本文件中都有row break
。文本文件包含许多行,我必须在SQL Server表中导入这些行。
请帮助这方面。