Customize

Convert Full-width to Half-width

Summary

Convert characters in the specified fields from full-width to half-width. The target for conversion is the following characters:

  • Number
  • Alphabet
  • Symbol
  • Kana characters

How to use

Parameters

Set Field.

Field

Select the field to convert.

This parameter accepts the following field types:

  • Text
  • Number
  • Text area
  • Rich text
  • Link

If you select a field that is inside a table, the Do will process all rows of that table. See *1 for exceptions to this behavior.

*1: If you set a Condition that only applies to some table rows (such as the Condition “When Fields Value Changed”), the value will be set only for those affected by that Condition.

Compatibility with krewSheet

This action is designed to work seamlessly with krewSheet.

Fields retrieved through a Lookup are not supported.

The following field types can be supported only at the timing of record saving (e.g. “Before Record Saved Excluding Deleted”): If you want to gain more technical knowledge, refer to the krewSheet documentation .

  • Fields not included in the krewSheet view’s columns
  • Fields set to read-only in krewSheet
  • Rich text field

Differences compared to the old version:

There are changes in operation in Customine version 1.152 (released on November 4, 2021). To maintain compatibility, versions before 1.151 (released on October 28, 2021) can continue to use the action “Convert from Full-width to Half-width (Old).” The differences in operation between the old and new versions are as follows:

  • Conversion of long vowel mark “ー” (U+30FC)
    • Before 1.151 (old): It will be converted to half-width hyphen “-” (U+002D).
    • After 1.152: It will be converted to half-width long sound mark “ー” (U+FF70).

The notation such as (U+30FC) in the above description is the code representing that character in the standard specification of character codes called Unicode.