Skip to content

String data includes a non-visible, non-identifiable leading "space" #16

Description

@jadik

A lengthy session of root-cause analysis found that scraped data was including a non-visible, non-identifiable "space-like" character, at the beginning of text strings. This deceptive character is immune to the TRIM function, as it is not considered a space. (I wasn't able to copy it, and search/replace as it didn't interpret the character accurately on copy.) The impact was quite frustrating because:

  1. the invisible nature of the character (the fact that it couldn't be "seen" by human-eyes) &
  2. that the character could be seen and interpreted programmatically, led to
  3. an unclear failure when performing an Index-Match-Lookup to match columns across multiple data scrapes.

Love the extension, other than in times of frustration :) Thank you for your clearly arduous, time intensive & highly appreciated efforts! Hope you can find a little time to clear this for others.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions