functional overview
Convert dictionary to CSV.
Details of Functions
subject (of taxation, etc.)Converts the dictionaries specified in the CSV to CSV.
headeris present, the key is stored as a header.
delimiterAvailable escape sequences for
delimiter | Feature |
---|---|
\t | horizontal tabulation |
\fn | new line |
- note
- If the following "Dictionary" is read with the header "Yes" and the delimiter "," the result will be "CSV to be created".
dictionary
key value figure 123 English (language) ABC kanji one, two, three (used in legal documents)
key value figure 456 English (language) DEF kanji forty-five and sixty
Numbers,English,Kanji
123,ABC,1,2,3
456,DEF,456
parameter
- argument (e.g. function, program, programme)
-
subject (of taxation, etc.) Dictionary (associative array)
Specify the target dictionary.header Specifies whether or not a header is present.
- ant
- nashi (Pyrus pyrifolia, esp. var. culta)
delimiter character string data
Specifies the field delimiter.
- return value
-
character string data
Returns a CSV with the dictionary converted.