Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6672 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a field that is populated from the web off a form using GetLayoutObjectAttribute... This field is then included in a meeting request for use in Outlook, basically an .ical file. This is what I'm importing:

Case Summary: cust unable to browse*

Description:*SAT:hzn*

*TRANS:11 K

*Software Version:

*SERIAL_NUMBER: etc.....

I have used the "*" to illustrate where my problem lies, in filemaker it shows up as a "square", I'm assuming this is some sort of unicode character. I thought it was a carriage return, but using the substitute function am unable to get rid of it. In ultra edit this shows up as a carriage return, not sure why the substitute isn't replacing it. I have tried all different kinds of variations to try and get rid of this, as it is playing havoc with my ical file. Is there anyway of determining for sure what this character is so I can rid my field of this evil pest?

TIA

Bob

Posted

You could use the filter function to exclude everything except printable characters.

Filter(importtext;"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ,./;'[]-=!@#$%^&*()_+{}<>"?:)|")

Can't remember if Filter is case sensitive, so you may need to include the lower case alphabet in there too.

Posted (edited)

I'll give this a shot, thanks!

I used a CF that basically does what you were referring to, only replaces the non alphanumeric characters with whatever you would like, worked like a charm. Thank you again for the idea!

Edited by Guest

This topic is 6672 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.