1

在 Trifacta 或 Google Cloud Dataprep 中,我试图用非字母数字 (�) 标记行。我用什么公式?试过这个公式,但不起作用

Replace Matches of `�` from EMPLOYEE_FIRST with NOT VALID
4

1 回答 1

1

你能澄清一下“不起作用”的意思吗?

以下步骤在 Dataprep 中适用于我。您可以将其直接粘贴到新建步骤向导中:

replacepatterns col: EMPLOYEE_FIRST with: 'NOT VALID' on: `�` global: true

如果这对您不起作用,您能否发布添加(或尝试添加)此步骤后发生的情况的屏幕截图?

于 2020-04-28T07:47:16.567 回答