每个导入命令可以读取一个输入文件的不同片段,因为导入命令允许指定 “SKIPCOUNTmROWCOUNTn”来读取输入文件中的m+1到 m+n行。
Each import can read a different section of the same input file because the import command allows you to specify "SKIPCOUNT m ROWCOUNT n" to read rows m+1 to m+n from the input file.
例如,如果XML资料已内嵌于更大的文件中,且资料从文件的101行开始,您可能会想要指定读取器从100行开始。
For example, if your XML data were embedded in a larger document, and your data started on line 101 of the document, you may want to specify that the reader start at line 100.
例如,如果XML资料已内嵌于更大的文件中,且资料从文件的101行开始,您可能会想要指定读取器从100行开始。
For example, if your XML data were embedded in a larger document, and your data started on line 101 of the document, you may want to specify that the reader start at line 100.
应用推荐