您可以直接输入数据库信息,或者从逗号分隔文件导入一系列数据库。
You can enter the database information directly, or import a list of databases from comma-separated files.
许多不同类型的文本文件都包含一系列行,通常具有类似的格式,例如制表符分隔或逗号分隔文件或固定长度的行。
Many different types of text files consist of a series of lines, often with similar formatting, such as TAB - or comma-delimited files or fixed-length lines.
事实上,多数商业程序都能以逗号分隔值(CSV)文件保存数据。
Indeed, most business applications can store their data as comma separated value (CSV) files.
我希望从一个ASCII逗号分隔的文本文件填充10,000个新用户。
I want to populate 10,000 new users from an ASCII comma delimited text file.
这些历史数据可以排序,导出为逗号分隔值(CSV)文件,这样可以让数据导入电子表格和其他应用程序中。
This historical data can be sorted and exported as a comma-separated value (CSV) file, which enables the data to be imported into spreadsheets and other applications.
日志文件中的每个条目都占一行,由13位数字组成的时间戳开头,并包含逗号分隔的数据。
Each entry in the log file is a single line that begins with a 13-digit time stamp and contains comma-separated data.
USGS以 CSV(或逗号分隔值)文件的格式发布每周地震数据。
The USGS publishes its earthquake data in the form of a weekly CSV (or comma-separated values) file.
但如果要解析的是逗号分隔值文件,或空格分隔文本文件,又怎么办呢?
But what if all you have to parse is a comma-separated value file, or a series of space-delimited text files?
很多云分析平台允许从电子表格或逗号分隔值 (CSV)文件导入数据。
Many cloud analytics platforms allow you to import the data from a spreadsheet or a comma-separated values (CSV) file.
逗号分隔的值(CSV)文件。
在本例中,程序员选择创建一个files字段,其中包含一个由逗号分隔的文件id列表。
In this example, the programmer chose to create a files field containing a list of file ids separated by commas.
下面的脚本示例可以把审计信息转换为以逗号分隔值(CSV)的文件格式。
An example script for converting the audit information to a comma-separated values file format follows.
known_hosts文件的格式已经超出了本文的范围,但是对每一行都使用一个以逗号分隔开的主机名会非常有用。
The format of the known_hosts file is beyond the scope of this article, but it is useful to take advantage of the comma-separated host names for each line.
在清单1中,Python代码循环遍历这组以逗号分隔的文本文件,然后调用向电子数据表上传数据的代码。
In Listing 1, our Python code loops over the set of comma-delimited text files and then calls the code that actually uploads the stats to the spreadsheet.
设置Perfmon记录带时间戳的记录逗号分隔值(comma - separated value (csv))文件很容易,您可以用它关联到其他日志。
It's easy to set up Perfmon to log to a comma-separated value (CSV) file with time stamps so you can correlate with other logs.
gtfs格式是一系列相关的逗号分隔值(CSV)文件。
The GTFS format is a related set of comma-separated value (CSV) files. For example, Figure 4 shows some sample data for the agency, stops, and routes.
您可以使用平面文件资源适配器访问文件(如逗号分隔的文件或XML文件),并可以使用相同的方法访问其他EIS或数据库。
You use the flat file resource adapter to access files, such as comma delimited or XML, in the same way you access another EIS or database.
创建CSV文件需要定义要使用的分隔符(逗号[,])和要引用的字段;我选择引用所有非数值字段。
Creating the CSV files requires defining which delimiter to use (a comma [,]), and which fields to quote; I opted to quote all non-numeric fields.
首先,从一个棒球网站下载当前的棒球数据并将这些数据存储于以逗号分隔的文本文件。
First, we download current baseball statistics from a baseball Web site and store them in comma-delimited text files.
导入和导出支持的文件格式为XML、以逗号分隔和以管道线分隔的格式。
The file formats supported for import and export of data are XML, comma-delimited, and pipe-delimited formats.
对XML文件格式前身的讨论通常会包括用逗号分隔的文件格式,这些格式极频繁地用于电子表格和数据库的导入和导出。
Discussion of precursors to XML file formats usually include comma-delimited file formats, which are very often used for import and export of spreadsheets and databases.
除了地震CSV文件的第一行之外,第一行是文件头,每一行都是一系列逗号分隔数据值。
Aside from the first line of the earthquake CSV file, which is the header, each line is a series of data values separated by commas.
如果不止一个JAR文件,就用逗号来分隔。
If there are more than one JAR file, delimit them with a comma.
使用换行符分隔文件内容并使用逗号分隔行后,可以得到类似清单23的内容。
When we get the file contents, split on newlines, and split each line on commas, we get something that looks like Listing 23.
CommaSeparatedValue文件查找:CSV(逗号分隔值)查找引擎将使用一个逗号分隔值文件来执行一次查找。
Comma separated value file lookup: The CSV (comma separated value) lookup engine will use a comma separated value file to perform a lookup.
图6中的存储过程接受包含最多2gbUnicode数据的以逗号分隔的文件的整个文本。
The stored procedure in Figure 6 accepts the text of an entire comma-delimited file containing up to 2gb of Unicode data.
需要编辑SequentialFile阶段以识别以逗号分隔的包含输入数据的文件。
You need to edit the Sequential file stage to identify the comma-delimited file that contains the input data.
我们的应用处理多个文件,这些文件包含由逗号分隔值(comma - separated values,CSV)组成的记录。
Our application processes multiple files containing records composed of comma-separated values (CSV).
审计日志被指定为一个名为 audit.log 的平面文件,其中的每一行都是一个以逗号分隔的字符串,格式为 timestamp,jarid,sweettypecode, jarsize code,massof jar。
The auditing log is specified as a flat file called audit.log in which every line is a comma-separated string of the format timestamp,jar id,sweet type code, jar size code,mass of jar.
在本例中,它是刚才创建的文件的完全路径(随后会看到,第二个参数是一个列表—可以需要传递回以逗号分隔的值)。
In this case, it is the full path to the file that just got created. (as you'll see in just a bit, the second argument is a list - you can pass back as many comma-delimited values as you'd like.)
应用推荐