Hitachi

Hitachi Advanced Database Command Reference


14.5.1 CSV format specifications

In the CSV format, field data is separated by delimiters. The following figure shows an example of the CSV format.

Figure 14‒3: Example of the CSV format

[Figure]

Explanation:
  • Each row of data forms a row of data in the output data file.

  • The order of the columns in the table is the same as the order of the field data that is output to the output data file.

  • Character string data, datetime data, and binary data are enclosed between the enclosing character and then output. The enclosing character can be specified in the -k option in the adbexport command.

    If none is specified for the -k option, no enclosing character is output.

  • The delimiter is output between field data items. The delimiter can be specified in the -s option in the adbexport command.