| Limitations and Precautions - About Quotation Marks and Delimiters in CSV Format |
| The following ASCII code tables show the "quotation mark" and
the "delimiter" character values that can be used with the CSV format. ASCII code tables |
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | |
| 0 | SP | 0 | @ | P | ` | p | ||
| 1 | ! | 1 | A | Q | a | q | ||
| 2 | " | 2 | B | R | b | r | ||
| 3 | # | 3 | C | S | c | s | ||
| 4 | $ | 4 | D | T | d | t | ||
| 5 | % | 5 | E | U | e | u | ||
| 6 | & | 6 | F | V | f | v | ||
| 7 | ' | 7 | G | W | g | w | ||
| 8 | ( | 8 | H | X | h | x | ||
| 9 | ) | 9 | I | Y | i | y | ||
| A | * | : | J | Z | j | z | ||
| B | + | ; | K | [ | k | { | ||
| C | , | < | L | \ | l | | | ||
| D | - | = | M | ] | m | } | ||
| E | . | > | N | ^ | n | ~ | ||
| F | / | ? | O | _ | o |
| _usable |
| _disabled |
| Note 1) | When the quotation mark character and the delimiter are specified by the same code, the conversion result cannot be guaranteed. |
| Note 2) | When the same character as the delimiter exists in a character item and a numeric item that does not use the quotation mark character, the conversion result cannot be guaranteed. |
| Note 3) | Refer to CSV details and setting dialog box for the method of specifying 0x09. |