Skip to content

QrCode

qrcode

Description

Scan a qrcode

Attributes

  • $capture.format: json | text | csv
  • $capture.qrcodeMapping:
    • from: provide a path to scan
    • to: provide a path to scan
{
  "type": "string",
  "$capture": {
    "as": "qr-code",
    "format": "json",
    "qrcodeMapping": [
      {
        "from": {"text": "'test1','test2', \"test2\", test4"},
        "to": {"text": "'test1','test2', \"test2\", test4"},
        "tableData": {
          "id": 0
        }
      },
      {
        "from": "test2",
        "to": "test2"
      }
    ]
  },
  "$display": {},
  "title": "QRCode"
}