Double-byte to Single-byte

Double-byte to Single-byte

Logic name

Double-byte to Single-byte (Document Mapper/Variable Mapper/Merge Mapper)

Function

This logic converts double-byte characters in the input string to single-byte characters.

Data types

Location

Type

First input handler

String

Logic output

String

= Hint =

Refer to the following for details:

Properties

Category

Property

Description

Required settings

Convert katakana

Specify whether to convert the double-byte katakana.

Required settings

Convert alphabet

Specify whether to convert the double-byte alphabet into single-byte.

Required settings

Convert number

Specify whether to convert double-byte numbers into single-byte.

Required settings

Convert sign

Specify whether to convert double-byte signs into single-byte.

Option of sign conversion

Convert middle point

Specify whether to convert double-byte middle point into single-byte middle point.

Comment

Comment

You can write a description of the logic. It doesn't affect the conversion process.

Notes

  • The conversion process when selecting Convert sign is as follows:

    "u+xxxx" is a Unicode code.

    Before

    After

     (double-byte space)

     (single-byte space)

    !

    #

    $

    %

    &

    '

    (

    )

    *

    +

    ,

    u+ff0d (fullwidth hyphen-minus)

    -

    .

    /

    :

    ;

    <

    =

    >

    ?

    @

    [

    ]

    ^

    _

    _

    '

    `

    {

    |

    }

    u+ff5e (fullwidth tilde)

    ~

    "

    u+005c (halfwidth backslash)

    u+30fc (katakana-hiragana prolonged sound mark)

    -

  • A middle point (・) is a kind of sign. Convert middle point only works when Convert sign is enabled.

Logic sample

Mapping definition

Double-byte to Single-byte

Logic settings and processing result

This logic converts double-byte katakana, alphabet, numbers and signs into single-byte.

A double-byte middle point isn't converted into single-byte.

Property settings

Property

Setting

Convert katakana

Selected

Convert alphabet

Selected

Convert number

Selected

Convert sign

Selected

Convert middle point

Not selected

Input data

サンプル・データ

1234567890

サンプルABC12345!?

Output data

サンプル・データ

1234567890

サンプルABC12345!?

 

= Hint =

For a list of logics, refer to Mapper Logic Guide.