Customin: Custom-Made InputPad
Android App
Customin: Custom-Made InputPad
Android App
Keywords
Database File: Importing Record File creates Database File in the app-specific internal storage. Note that the app edits Database File, not Record File. Exporting Database File creates the latest Record File.
Record File: CSV file format compliant with RFC 4180. Additionally, unescaped strings after the trailing double quote are concatenated. Record Files can be created using a spreadsheet. And also Record Files can be edited using a text editor, but careful handling is required on double quotes.
Record File contains Command Line and Record Table.
Command Line: Command Line is placed on the top of Record File. Command Line consists of some Command Items, and defines an input form. Line breaks are not allowed. Blank Fields are not allowed.
Command Item: Command Items are aligned on Command Line, and define an input form. Refer to Command Item Guidance for details.
Record Table: Record Table is placed below Command Line. Record Table contains Records.
Record: Record is each row in Record Table. Record has some Field Data.
Field Data: Field Data is individual input data entered by the user.
Field: Command Line and Records are separated by commas into some Fields. Commas work as a field separator. Undefined Command Items and unexpected Field Data are not displayed but are preserved. Undefined Command Items cannot be placed at the end of Command Line.
Argument: Some Command Items have one Argument that is enclosed in parentheses. Some Arguments called 'Label' can be blank, and the default Label will be displayed. Parentheses cannot be omitted even if Argument is blank.