Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jadik opened this issue Aug 16, 2012 · 0 comments
Open

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

jadik opened this issue Aug 16, 2012 · 0 comments

Comments

@jadik
Copy link

jadik commented Aug 16, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant