Skip to content

incorrect regex while parsing product info #2402

@Kevols

Description

@Kevols

Describe the bug
incorrect regex pattern. Gives product column = NULL

URL of where you see the bug

To Reproduce
Steps to reproduce the behavior:

  1. Go to: https://quickstarts.snowflake.com/guide/avalanche-customer-review-data-analytics/index.html?index=..%2F..index#3
  2. Click on: 4. Reshaping the Data
  3. Scroll down to: REGEXP_SUBSTR(layout, 'Product: (.*)', 1, 1, 'e', 1) as product,

This has to be changed to: REGEXP_SUBSTR(layout, 'Product: (.*)', 1, 1, 'e', 1) as product,

  1. See error;
Image

A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Add any other context about the problem here.

A small regex fix only required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions