Pay attention to the following points when considering the use of master data by the high-speed filter:
Format of the master data
Refer to "5.4.9.1 Format of Master Data".
The master data consists of data files in CSV format and a schema file.
Refer to "9.5 CSV Format Supported" for information on the CSV format.
The character code that can be used is UTF-8.
Specify LF or CRLF as the newline code to be described at the end of records.
This is a file in which only lines of item names are described.
If a schema file contains information other than item names, an error will occur.
This is a file in which data is stored. If the item names are described in the first line of the data file, skipping the first line can be set in the master definition. Refer to "9.2.3 Master Definition File" for details.
Example
Example of a schema file
"Kbn","Number","Code","Name","Value","Total","Comment"
Example of a data file
"01","1001","AAA","BlockA","1,000","1,000","Comment: Memo number 4023"
"02","1001","BBB","BlockB","","1,200","Comment: Memo number 4023"
"03","1002","CCC","BlockC","800","800","Comment: Memo number 4023"