Preparing an export file
Copy a template file stored in the provided media or the download module to any folder as an export file.
Common components ID |
Description |
---|---|
SAISON_BEFORE_DATE |
Returns TRUE if the input date is earlier than the execution date for data processing, and returns FALSE if that is not the case. |
SAISON_DATE_CHECK |
Returns TRUE if the input character string is in the date format YYYY/MM/DD, and returns FALSE if that is not the case. |
SAISON_M10W21 |
Calculates check digits using modulus 10 with 2:1 weighting. |
SAISON_PAD |
The specified character string is repeatedly padded until it reaches the specified size. |
SAISON_REPLACE_REG |
This is an extended version of REPLACE_REG. The replace string can be specified as a hexadecimal string (\xHH). |
SAISON_SUBSTR |
Obtains a string with a specified number of characters from an input character string starting from a specified position. |
SAISON_TOLOWER |
Converts uppercase characters of the input character string to lowercase. |
SAISON_TOUPPER |
Converts lowercase characters of the input character string to uppercase. |